summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/en_US
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-30 13:27:13 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-30 13:27:13 +0000
commit36f056720f51a1b9359f208ff1db846ff0beea80 (patch)
treefbc1ebb86edd9179df3bff0bcf3a30a875626dd3 /roundcubemail/program/localization/en_US
parent7b57eea9ca2744680ce6f181c45edfc7feed14df (diff)
Tell the user which character is forbidden + add translation
git-svn-id: https://svn.roundcube.net/trunk@1456 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
-rw-r--r--roundcubemail/program/localization/en_US/messages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc
index 108b3565f..d7b3f0380 100644
--- a/roundcubemail/program/localization/en_US/messages.inc
+++ b/roundcubemail/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