Skip to content

Commit 3c44dae

Browse files
committedAug 31, 2011
Internationalize a label in the My Purchases account plugin template. Fixes bug #12241
1 parent 68da342 commit 3c44dae

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
 

‎docs/changelog/7.x.x.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- fixed #12238: Old template attachement in search template slows down sites
77
- fixed #12239: Still get cart error message after removing extra recurring items from the cart
88
- fixed #12240: Empty Extend Calendar Recurrance version tags
9+
- fixed #12241: Account Shop
910

1011
7.10.22
1112
- rfe #12223: Add date type to content profiling (metadata)

‎lib/WebGUI/i18n/English/Account.pm

+6
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ our $I18N = {
9999
lastUpdated => 1230844137,
100100
},
101101

102+
'Return to Account' => {
103+
message => q{Return to Account},
104+
context => q{label for templates that want to provide a link back to the main account page},
105+
lastUpdated => 1230844137,
106+
},
107+
102108
};
103109

104110
1;

0 commit comments

Comments
 (0)
Please sign in to comment.