finish delete UI

This commit is contained in:
Colin Kuskie 2008-03-24 19:06:23 +00:00
parent baeb0dd941
commit 58425066f9
2 changed files with 10 additions and 4 deletions

View file

@ -39,6 +39,12 @@ our $I18N = {
context => q|To ship a copy of the tax data out of the server.|,
},
'delete' => {
message => q|delete|,
lastUpdated => 1206385749,
context => q|To remove one tax entry from the tax tables.|,
},
};
1;