fix broken i18n labels in Asset export, and in the Shop

This commit is contained in:
Colin Kuskie 2008-07-27 02:59:33 +00:00
parent 3f870ad7f7
commit ee9772d543
4 changed files with 22 additions and 3 deletions

View file

@ -1389,6 +1389,18 @@ our $I18N = {
context => q|Message asking the user to choose one of the available payment options.|,
},
'import tax' => {
message => q|Import Taxes|,
lastUpdated => 1217125374,
context => q|Label for the manage tax screen|,
},
'export tax' => {
message => q|Export Taxes|,
lastUpdated => 1217125391,
context => q|Label for the manage tax screen|,
},
};
1;