From: kink Date: Thu, 10 May 2007 11:41:20 +0000 (+0000) Subject: replace string "Cute." with "Invalid URL" (reuse of existing string) X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=6aeb566fbd0d66ec2ab7c84d6a9b18bd6af3dabe;hp=521d86d687d37ffbf896f6dbb1e53c0ee8241a2d replace string "Cute." with "Invalid URL" (reuse of existing string) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12393 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/squirrelspell/sqspell_functions.php b/plugins/squirrelspell/sqspell_functions.php index 7f8d771d..f3cceeb5 100644 --- a/plugins/squirrelspell/sqspell_functions.php +++ b/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; } }