From: tokul Date: Mon, 6 Sep 2004 08:30:55 +0000 (+0000) Subject: comma in wrong place. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=0091d9aeba8077d25ac10b3dd8e96fd808af7f87 comma in wrong place. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8016 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/squirrelspell/modules/crypto.mod b/plugins/squirrelspell/modules/crypto.mod index c840aa6a..21245041 100644 --- a/plugins/squirrelspell/modules/crypto.mod +++ b/plugins/squirrelspell/modules/crypto.mod @@ -52,7 +52,7 @@ switch ($_POST['action']){ $SQSPELL_CRYPTO=false; sqspell_writeWords($words); $msg='

' - . _("Your personal dictionary has been decrypted and is now stored as plain text."), + . _("Your personal dictionary has been decrypted and is now stored as plain text.") . '

'; break; case '':