瀏覽代碼

replace string "Cute." with "Invalid URL" (reuse of existing string)

Thijs Kinkhorst 18 年之前
父節點
當前提交
9791356483
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/squirrelspell/sqspell_functions.php

+ 1 - 1
plugins/squirrelspell/sqspell_functions.php

@@ -799,7 +799,7 @@ function sqspell_ckMOD($rMOD){
       || strstr($rMOD, '/')
       || strstr($rMOD, '%')
       || strstr($rMOD, "\\")){
-    echo _("Cute.");
+    echo _("Invalid URL");
     exit;
   }
 }