Browse Source

comma in wrong place.

tokul 21 years ago
parent
commit
112255f231
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/squirrelspell/modules/crypto.mod

+ 1 - 1
plugins/squirrelspell/modules/crypto.mod

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