Internationalize a label in the My Purchases account plugin template. Fixes bug #12241
This commit is contained in:
parent
68da3427c5
commit
3c44dae9e9
3 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue