From 0091d9aeba8077d25ac10b3dd8e96fd808af7f87 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 6 Sep 2004 08:30:55 +0000 Subject: [PATCH] comma in wrong place. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8016 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/modules/crypto.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '': -- 2.25.1