Fix a missing help entry in the i18n for the Search.

This commit is contained in:
Colin Kuskie 2009-03-03 17:25:23 +00:00
parent d7649d3212
commit 71d7e4cb08

View file

@ -161,10 +161,16 @@ 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.|,
context => 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.|,
context => q|Template variable in the view method.|,
lastUpdated => 1236101532,
},
};
1;