diff options
author | thomascube <thomas@roundcube.net> | 2008-12-06 17:59:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-12-06 17:59:26 +0000 |
commit | 3dc19d5fc8e13612d0f8cd85df391d7f2e232d06 (patch) | |
tree | 2575e7b8accd7dd181011271fbc7a37d1d92ccfb /program/localization/en_US | |
parent | d5fca0c4902d0c9a7427e6028ddbbc8bb337859e (diff) |
Move search filter drop-down closed to search box
Diffstat (limited to 'program/localization/en_US')
-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 8cff8a52b..7614b9af7 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -149,6 +149,7 @@ $labels['none'] = 'None'; $labels['unread'] = 'Unread'; $labels['flagged'] = 'Flagged'; $labels['unanswered'] = 'Unanswered'; +$labels['filter'] = 'Filter'; $labels['compact'] = 'Compact'; $labels['empty'] = 'Empty'; |