missing ,
[squirrelmail.git] / 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;
   }
 }