diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-24 14:17:41 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-24 14:17:41 +0000 |
| commit | 677ace5ee6fcecf5d254f0c47d268c647df3be4a (patch) | |
| tree | 3330b1a882edb91dbb3aad505e5625836370d6db /roundcubemail/program/localization/en_US | |
| parent | 649163106d2dd5ebfe73d053568e4cc9d0e0b7aa (diff) | |
- messagemenu label
git-svn-id: https://svn.roundcube.net/trunk@2527 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 19c09e50a..0ad6584b6 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/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'; |
