diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-25 13:45:38 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-25 13:49:48 +0200 |
commit | 524ead187ac560e2b199bef18b89e46e03b86242 (patch) | |
tree | 0794ec46702703cfb186e0524ddf83e593ec24d1 /program/localization/en_US | |
parent | c993e10d07d76ef7f24b45bc9e7c1c1115c85980 (diff) |
Move messages forwarding mode setting into Preferences
Conflicts:
CHANGELOG
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 277f1a954..94bae1974 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -457,6 +457,9 @@ $labels['spellcheckignorenums'] = 'Ignore words with numbers'; $labels['spellcheckignorecaps'] = 'Ignore words with all letters capitalized'; $labels['addtodict'] = 'Add to dictionary'; $labels['mailtoprotohandler'] = 'Register protocol handler for mailto: links'; +$labels['forwardmode'] = 'Messages forwarding'; +$labels['inline'] = 'inline'; +$labels['asattachment'] = 'as attachment'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; |