Procházet zdrojové kódy

comma in wrong place.

tokul před 21 roky
rodič
revize
112255f231
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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_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 '':