summaryrefslogtreecommitdiff
path: root/program/localization/en_US/messages.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-05-30 13:27:13 +0000
committerthomascube <thomas@roundcube.net>2008-05-30 13:27:13 +0000
commit134eafd5b85ff80351a84c1b3e0399c2b8839a73 (patch)
treeb37b8421ab936538c4f8eb341cf0dc08ecc1ebb6 /program/localization/en_US/messages.inc
parent6eaac22d3244763800f4ce8e60bfb5c67f46b710 (diff)
Tell the user which character is forbidden + add translation
Diffstat (limited to 'program/localization/en_US/messages.inc')
-rw-r--r--program/localization/en_US/messages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index 108b3565f..d7b3f0380 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -78,6 +78,6 @@ $messages['receiptsent'] = 'Successfully sent a read receipt';
$messages['errorsendingreceipt'] = 'Could not send the receipt';
$messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
$messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one';
-$messages['forbiddencharacter'] = 'Folder name contains forbidden character';
+$messages['forbiddencharacter'] = 'Folder name contains a forbidden character';
?> \ No newline at end of file