Fix #10707, i18n copy/paste in the FriendManager.
This commit is contained in:
parent
74d1be7799
commit
a4494a6567
2 changed files with 3 additions and 2 deletions
|
|
@ -11,6 +11,7 @@
|
|||
- fixed #10510: Product Thumbnails overlap Controls
|
||||
- fixed #10705: 7.7.2 upgrade script (sometimes) removes a table that the 7.7.7 upgrade script assumes is present
|
||||
- fixed #10706: FriendManager Style/Layout template options
|
||||
- fixed #10707: i18n Account_FriendManager::manageUrl
|
||||
|
||||
7.7.16
|
||||
- fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks
|
||||
|
|
|
|||
|
|
@ -129,8 +129,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'manageUrl' => {
|
||||
message => q{The GUID of the user whose friends you are managing.},
|
||||
lastUpdated => 0,
|
||||
message => q{The URL back to the Friend Manager main screen},
|
||||
lastUpdated => 1248798355,
|
||||
},
|
||||
|
||||
'back to friend manager' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue