diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-11 09:41:02 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-11 09:41:02 +0200 |
commit | 85e65c3c7672d0e56ada988a047f0f602ba0c964 (patch) | |
tree | 01a1a200064b7d7a7bebdbb6b243cb74739bfdc6 /program/localization/en_US | |
parent | 174327c25cd68f203e0985df51b94765738c7dce (diff) |
Improvements to PR merge "add option show_real_foldernames"
Diffstat (limited to 'program/localization/en_US')
-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 8a8fa2c07..d8e517387 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -37,6 +37,7 @@ $labels['drafts'] = 'Drafts'; $labels['sent'] = 'Sent'; $labels['trash'] = 'Trash'; $labels['junk'] = 'Junk'; +$labels['show_real_foldernames'] = 'Show real names for special folders'; // message listing $labels['subject'] = 'Subject'; |