diff options
author | alecpl <alec@alec.pl> | 2008-06-30 09:36:18 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-06-30 09:36:18 +0000 |
commit | e189a6ca18fe43def249c78a0e89405012981de5 (patch) | |
tree | 8b07040a2ad5aa889b04a0b187e0ffd15c7a35b7 /program/localization/en_US/labels.inc | |
parent | 06af9bc9cd6ee782e4f3e88849c6f90e22c4bdec (diff) |
- Added flag column on messages list (#1484623)
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index cf7c54cbc..2c5ea5682 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -141,6 +141,8 @@ $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['select'] = 'Select'; $labels['all'] = 'All'; |