diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-31 09:27:15 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-31 09:27:15 +0200 |
commit | 3863a9d2c5515fe4c61c433503450531098358ec (patch) | |
tree | 12b50a1e7bb436a507a08049813fce05762da855 /program/localization | |
parent | 99e27c581eda16f8c3f942fc9f57ce5d56b8cba1 (diff) |
Added user preference to open all popups as standard windows
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index ab57007dd..8a8fa2c07 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -472,6 +472,7 @@ $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['standardwindows'] = 'Handle popups as standard windows'; $labels['forwardmode'] = 'Messages forwarding'; $labels['inline'] = 'inline'; $labels['asattachment'] = 'as attachment'; |