Implemented a RFE for returning a message when no search

results were found.
This commit is contained in:
Colin Kuskie 2007-05-26 03:54:26 +00:00
parent 3f4a3211bd
commit 1a55630eef
4 changed files with 26 additions and 1 deletions

View file

@ -132,6 +132,21 @@ be useful, others may not.|,
lastUpdated => 1169843465,
},
'results_found' => {
message => q|A conditional variable that will be true if any results were found.|,
lastUpdated => 1170549116,
},
'no results' => {
message => q|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;