Adding copy-from-profile buttons to the edit Address screen.

This commit is contained in:
Martin Kamerbeek 2009-05-14 12:53:33 +00:00
parent 323dc1ff0c
commit 4ad61725ea
3 changed files with 128 additions and 70 deletions

View file

@ -1623,6 +1623,17 @@ our $I18N = {
context => q|Table heading in the vendor payout manager.|,
},
'copy from home address' => {
message => q|Copy home address from profile|,
lastUpdated => 0,
context => q|Button label in the edit address screen.|,
},
'copy from work address' => {
message => q|Copy work address from profile|,
lastUpdated => 0,
context => q|Button label in the edit address screen.|,
},
};
1;