diff options
author | alecpl <alec@alec.pl> | 2009-05-24 14:17:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-24 14:17:41 +0000 |
commit | 4a4d227e6c577c77ca1d315e990f1c94be4bf90b (patch) | |
tree | 1270f6e494d0feb4ba1e765d04e9a869b11bc7bd /program/localization/en_US | |
parent | 7997529223c73c067a4604821efcd8099448d96e (diff) |
- messagemenu label
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 19c09e50a..0ad6584b6 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -140,8 +140,9 @@ $labels['viewsource'] = 'Show source'; $labels['markmessages'] = 'Mark messages'; $labels['markread'] = 'As read'; $labels['markunread'] = 'As unread'; -$labels['markflagged'] = 'As flagged'; -$labels['markunflagged'] = 'As unflagged'; +$labels['markflagged'] = 'As flagged'; +$labels['markunflagged'] = 'As unflagged'; +$labels['messagemenu'] = 'Message menu'; $labels['select'] = 'Select'; $labels['all'] = 'All'; |