comma in wrong place.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Sep 2004 08:30:55 +0000 (08:30 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Sep 2004 08:30:55 +0000 (08:30 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8016 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/modules/crypto.mod

index c840aa6abf6e04fbf85fea1b68f7d0b2ad0ed4f6..21245041ccd9bc4ef7ba41c782cf6e07a6ce62f8 100644 (file)
@@ -52,7 +52,7 @@ switch ($_POST['action']){
         $SQSPELL_CRYPTO=false;
         sqspell_writeWords($words);
         $msg='<p>'
-            . _("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.")
             . '</p>';
     break;
     case '':