From 36f056720f51a1b9359f208ff1db846ff0beea80 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 30 May 2008 13:27:13 +0000 Subject: Tell the user which character is forbidden + add translation git-svn-id: https://svn.roundcube.net/trunk@1456 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/en_US/messages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/localization/en_US') 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 -- cgit v1.2.3