diff options
author | David Carter <dpc22@cam.ac.uk> | 2013-05-29 09:31:42 +0100 |
---|---|---|
committer | David Carter <dpc22@cam.ac.uk> | 2013-05-29 09:31:42 +0100 |
commit | 149f8a00cc51c87fef3afe2fbb51822a3582c583 (patch) | |
tree | 90ea2d4694e06f7290a473bf276a45d4b25923cc /program/localization | |
parent | 52deb18d9646116114f9649c87ffc4f0bc378db1 (diff) |
Change show_actual_foldernames to be show_real_foldernames.
Change requested by alec@alec.pl.
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_GB/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 9052d2d4d..88e4cfd9c 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -37,7 +37,7 @@ $labels['drafts'] = 'Drafts'; $labels['sent'] = 'Sent'; $labels['trash'] = 'Deleted Items'; $labels['junk'] = 'Junk'; -$labels['show_actual_foldernames'] = 'Show actual names for special folders'; +$labels['show_real_foldernames'] = 'Show real names for special folders'; // message listing $labels['subject'] = 'Subject'; |