StoryArchive i18n fix.
This commit is contained in:
parent
4c4fb8f3a2
commit
051cbf2ab3
2 changed files with 3 additions and 2 deletions
|
|
@ -14,6 +14,7 @@
|
|||
- fixed #10706: FriendManager Style/Layout template options
|
||||
- fixed #10707: i18n Account_FriendManager::manageUrl
|
||||
- fixed #9962: gallery thumbnail view: JS problem in IE7
|
||||
- fixed #10713: i18n Asset_StoryArchive::asset url
|
||||
- fixed a bug where the textarea (based) form plugins would put multiple
|
||||
identical style tags in head in some cases, which caused javascript errors
|
||||
in IE. ( Martin Kamerbeek / Oqapi )
|
||||
|
|
|
|||
|
|
@ -304,9 +304,9 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'asset url' => {
|
||||
message => q|The title of this url.|,
|
||||
message => q|The title of this assetl.|,
|
||||
context => q|Template variable.|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1248972828,
|
||||
},
|
||||
|
||||
'keyword' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue