diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-09-03 13:01:38 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-09-03 13:01:38 +0200 |
commit | 02f762831461233809c95189b1b4e9a647e22944 (patch) | |
tree | eb48901d23b7e065ce82979d5af141fa3e57c6b3 /program/localization | |
parent | 334bc9792789732fd5657df5abb233ad0c2da512 (diff) |
Fix page title when using search filter (#1490023)
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 720d7ab99..f1ef5f436 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -338,7 +338,7 @@ $labels['assistant'] = 'Assistant'; $labels['spouse'] = 'Spouse'; $labels['allfields'] = 'All fields'; $labels['search'] = 'Search'; -$labels['searchfor'] = 'Search for "$q"'; +$labels['searchresult'] = 'Search result'; $labels['advsearch'] = 'Advanced Search'; $labels['advanced'] = 'Advanced'; $labels['other'] = 'Other'; |