diff options
author | alecpl <alec@alec.pl> | 2009-05-31 11:12:04 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-31 11:12:04 +0000 |
commit | 52818559ce020e551addd125ac8382bdda020f46 (patch) | |
tree | 3fbb7adf817acc2d72e3c84749e20f5776f26e1d /program/localization/en_GB/labels.inc | |
parent | bd6d22e3e03c3f00f306f68f465d323932aa59c4 (diff) |
- Added possibility to invert messages selection
Diffstat (limited to 'program/localization/en_GB/labels.inc')
-rw-r--r-- | program/localization/en_GB/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 26af22993..5f095679d 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -116,13 +116,13 @@ $labels['markread'] = 'As read'; $labels['markunread'] = 'As unread'; $labels['markflagged'] = 'As flagged'; $labels['markunflagged'] = 'As unflagged'; -$labels['messagemenu'] = 'Message menu'; $labels['select'] = 'Select'; $labels['all'] = 'All'; $labels['none'] = 'None'; $labels['unread'] = 'Unread'; $labels['flagged'] = 'Flagged'; $labels['unanswered'] = 'Unanswered'; +$labels['invert'] = 'Invert'; $labels['filter'] = 'Filter'; $labels['compact'] = 'Compact'; $labels['empty'] = 'Empty'; |