i18n bugfix in the Account/Inbox
This commit is contained in:
parent
6ca9b779af
commit
2b3e88fd63
2 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
- fixed #9152: Pagination broken in Contribs Section of new Account System
|
- fixed #9152: Pagination broken in Contribs Section of new Account System
|
||||||
- fixed #4159: more menu doesn't appear for current asset on crumb trail
|
- fixed #4159: more menu doesn't appear for current asset on crumb trail
|
||||||
- fixed: Adding a file extension for URLs in the system settings now properly affects newly created Assets. It still does not update existing asset URL's.
|
- fixed: Adding a file extension for URLs in the system settings now properly affects newly created Assets. It still does not update existing asset URL's.
|
||||||
|
- fixed #9157: another typ-o in i18n
|
||||||
|
|
||||||
7.6.4
|
7.6.4
|
||||||
- Survey now will show progress and time limit.
|
- Survey now will show progress and time limit.
|
||||||
|
|
|
||||||
|
|
@ -466,8 +466,8 @@ our $I18N = {
|
||||||
},
|
},
|
||||||
|
|
||||||
'already a member' => {
|
'already a member' => {
|
||||||
message => q|The email address you entered is already regiestered to <a href="%s">%s</a> on this site.|,
|
message => q|The email address you entered is already registered to <a href="%s">%s</a> on this site.|,
|
||||||
lastUpdated => 1181410226,
|
lastUpdated => 1227715272,
|
||||||
},
|
},
|
||||||
|
|
||||||
'no email' => {
|
'no email' => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue