From: Derk-Jan Hartman Date: Sun, 19 Feb 2012 13:14:47 +0000 (+0000) Subject: Followup to r111861. Remove messages for highlightbroken because they are no longer... X-Git-Tag: 1.31.0-rc.0~24630 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=3d3aabcea5634e0f8496846e9123a895dc6f2863;p=lhc%2Fweb%2Fwiklou.git Followup to r111861. Remove messages for highlightbroken because they are no longer in use. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 11fa6361f5..4427619f6d 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -628,7 +628,6 @@ XHTML id names. # User preference toggles 'tog-underline' => 'Link underlining:', -'tog-highlightbroken' => 'Format broken links like this (alternative: Like this?)', 'tog-justify' => 'Justify paragraphs', 'tog-hideminor' => 'Hide minor edits in recent changes', 'tog-hidepatrolled' => 'Hide patrolled edits in recent changes', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 011f25fd96..767c5c2a80 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -28,7 +28,6 @@ $wgMessageStructure = array( ), 'toggles' => array( 'tog-underline', - 'tog-highlightbroken', 'tog-justify', 'tog-hideminor', 'tog-hidepatrolled',