diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index f7aea5942..5c51b58ab 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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. diff --git a/lib/WebGUI/i18n/English/Asset_Search.pm b/lib/WebGUI/i18n/English/Asset_Search.pm index 5e41f94f1..b703b428f 100644 --- a/lib/WebGUI/i18n/English/Asset_Search.pm +++ b/lib/WebGUI/i18n/English/Asset_Search.pm @@ -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;