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

@ -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;