Fix an i18n problem in the Asset_Search namespace.
This commit is contained in:
parent
69b678b9c0
commit
a9a49d3205
2 changed files with 2 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
7.6.14
|
7.6.14
|
||||||
- fixed: IE6 shows Admin Bar over Asset Manager
|
- fixed: IE6 shows Admin Bar over Asset Manager
|
||||||
|
- fixed: #9808: Search i18n
|
||||||
|
|
||||||
7.6.13
|
7.6.13
|
||||||
- fixed AdSpace bug: impressions and clicks for most non-human web clients will not be counted.
|
- fixed AdSpace bug: impressions and clicks for most non-human web clients will not be counted.
|
||||||
|
|
|
||||||
|
|
@ -161,14 +161,10 @@ our $I18N = { ##hashref of hashes
|
||||||
|
|
||||||
'no results' => {
|
'no results' => {
|
||||||
message => q|No results were found.|,
|
message => q|No results were found.|,
|
||||||
|
content => q|An internationalized label for telling the user that no results were found.|,
|
||||||
lastUpdated => 1170549113,
|
lastUpdated => 1170549113,
|
||||||
},
|
},
|
||||||
|
|
||||||
'no_results' => {
|
|
||||||
message => q|An internationalized label for telling the user that no results were found.|,
|
|
||||||
lastUpdated => 1170549119,
|
|
||||||
},
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue