diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-04-07 17:01:30 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-04-07 17:01:30 +0200 |
commit | 6dc1a6645168e5e777a3db97b92d360a9e6b0c86 (patch) | |
tree | c2031248d0e3c0ad66729dcabf99ac37292e9a89 /program/localization/en_US/labels.inc | |
parent | e8cb51669a325a3d5b60fcc37b99d494809bf837 (diff) |
Fix page title and folder selection in search mode
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 05eab6713..5bb645d29 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -319,6 +319,7 @@ $labels['assistant'] = 'Assistant'; $labels['spouse'] = 'Spouse'; $labels['allfields'] = 'All fields'; $labels['search'] = 'Search'; +$labels['searchfor'] = 'Search for "$q"'; $labels['advsearch'] = 'Advanced Search'; $labels['advanced'] = 'Advanced'; $labels['other'] = 'Other'; |