replace string "Cute." with "Invalid URL" (reuse of existing string)
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 May 2007 11:41:20 +0000 (11:41 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 May 2007 11:41:20 +0000 (11:41 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12393 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/sqspell_functions.php

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