From fe8b02442a2f09c7da0a215b9dc5eaff1a979507 Mon Sep 17 00:00:00 2001 From: Pashe Date: Sat, 3 Jan 2015 16:16:55 -0600 Subject: [PATCH] 8chan-mod-pages.php: Make the CSS URL filter error message less vague --- inc/8chan-mod-pages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/8chan-mod-pages.php b/inc/8chan-mod-pages.php index 1854a77d..d45bfff7 100644 --- a/inc/8chan-mod-pages.php +++ b/inc/8chan-mod-pages.php @@ -531,7 +531,7 @@ EOT; } } if ($match_okay !== true) { - error(sprintf(_("Off-site link \"%s\" is not allowed!"), $match)); + error(sprintf(_("Off-site link \"%s\" is not allowed in the board stylesheet"), $match)); } } }