Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -28,7 +28,6 @@ |
29 | 29 | ), |
30 | 30 | 'toggles' => array( |
31 | 31 | 'tog-underline', |
32 | | - 'tog-highlightbroken', |
33 | 32 | 'tog-justify', |
34 | 33 | 'tog-hideminor', |
35 | 34 | 'tog-hidepatrolled', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -628,7 +628,6 @@ |
629 | 629 | |
630 | 630 | # User preference toggles |
631 | 631 | 'tog-underline' => 'Link underlining:', |
632 | | -'tog-highlightbroken' => 'Format broken links <a href="" class="new">like this</a> (alternative: Like this<a href="" class="internal">?</a>)', |
633 | 632 | 'tog-justify' => 'Justify paragraphs', |
634 | 633 | 'tog-hideminor' => 'Hide minor edits in recent changes', |
635 | 634 | 'tog-hidepatrolled' => 'Hide patrolled edits in recent changes', |