Fix an i18n problem in the Asset_Search namespace.

This commit is contained in:
Colin Kuskie 2009-02-26 05:49:42 +00:00
parent 69b678b9c0
commit a9a49d3205
2 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,6 @@
7.6.14
- fixed: IE6 shows Admin Bar over Asset Manager
- fixed: #9808: Search i18n
7.6.13
- fixed AdSpace bug: impressions and clicks for most non-human web clients will not be counted.

View file

@ -161,14 +161,10 @@ our $I18N = { ##hashref of hashes
'no results' => {
message => q|No results were found.|,
content => q|An internationalized label for telling the user that no results were found.|,
lastUpdated => 1170549113,
},
'no_results' => {
message => q|An internationalized label for telling the user that no results were found.|,
lastUpdated => 1170549119,
},
};
1;