diff options
author | thomascube <thomas@roundcube.net> | 2008-02-12 18:41:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-12 18:41:53 +0000 |
commit | a8d23d82a296cab71bd2f2b71dad6dca58a643d6 (patch) | |
tree | 174dbf4e89fa260cc720185c8923b5d689692fcb /program/localization/en_US/labels.inc | |
parent | 0b7cd3460c9b96008cd8e6d4c3df9482e6621ee2 (diff) |
Show message count in folder list and hint when creating a subfolder
Diffstat (limited to 'program/localization/en_US/labels.inc')
-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 533e40f99..9a9c8410c 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -231,6 +231,7 @@ $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; $labels['foldername'] = 'Folder name'; $labels['subscribed'] = 'Subscribed'; +$labels['messagecount'] = 'Messages'; $labels['create'] = 'Create'; $labels['createfolder'] = 'Create new folder'; $labels['rename'] = 'Rename'; |