Internationalize a label in the My Purchases account plugin template. Fixes bug #12241

This commit is contained in:
Colin Kuskie 2011-08-31 16:49:56 -07:00
parent 68da3427c5
commit 3c44dae9e9
3 changed files with 7 additions and 0 deletions

View file

@ -99,6 +99,12 @@ our $I18N = {
lastUpdated => 1230844137,
},
'Return to Account' => {
message => q{Return to Account},
context => q{label for templates that want to provide a link back to the main account page},
lastUpdated => 1230844137,
},
};
1;