diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-11 00:33:21 -0700 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-11 00:33:21 -0700 |
commit | 174327c25cd68f203e0985df51b94765738c7dce (patch) | |
tree | 0b8bba4bc4510e0ce819c2afa6418153ad600119 /program/localization | |
parent | 545559307e2cf7d986af5993f7d3ea0fc30a8386 (diff) | |
parent | 149f8a00cc51c87fef3afe2fbb51822a3582c583 (diff) |
Merge pull request #77 from dpc22/realnames
Add show_real_foldernames preference and configuration option.
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_GB/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 275208a98..88e4cfd9c 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -37,6 +37,7 @@ $labels['drafts'] = 'Drafts'; $labels['sent'] = 'Sent'; $labels['trash'] = 'Deleted Items'; $labels['junk'] = 'Junk'; +$labels['show_real_foldernames'] = 'Show real names for special folders'; // message listing $labels['subject'] = 'Subject'; |