浏览代码

comma in wrong place.

tokul 21 年之前
父节点
当前提交
112255f231
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 '':