From 6aeb566fbd0d66ec2ab7c84d6a9b18bd6af3dabe Mon Sep 17 00:00:00 2001 From: kink Date: Thu, 10 May 2007 11:41:20 +0000 Subject: [PATCH] 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 --- plugins/squirrelspell/sqspell_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.25.1