Add message 'undelete-fieldset-title' to resolve issue identified in r37095 and rever...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 5 Jul 2008 22:41:06 +0000 (22:41 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 5 Jul 2008 22:41:06 +0000 (22:41 +0000)
includes/specials/SpecialUndelete.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 33d9476..c031865 100644 (file)
@@ -981,7 +981,7 @@ class UndeleteForm {
                        }
                        $table =
                                Xml::openElement( 'fieldset' ) .
-                               Xml::element( 'legend', null, wfMsg( 'undelete') ).
+                               Xml::element( 'legend', null, wfMsg( 'undelete-fieldset-title' ) ).
                                Xml::openElement( 'table', array( 'id' => 'mw-undelete-table' ) ) .
                                        "<tr>
                                                <td colspan='2'>" .
index 5a0277a..333e961 100644 (file)
@@ -2222,6 +2222,7 @@ You can change this page's protection level, but it will not affect the cascadin
 'viewdeletedpage'              => 'View deleted pages',
 'undeletepagetext'             => 'The following pages have been deleted but are still in the archive and can be restored.
 The archive may be periodically cleaned out.',
+'undelete-fieldset-title'      => 'Restore revisions',
 'undeleteextrahelp'            => "To restore the entire page, leave all checkboxes deselected and click '''''Restore'''''.
 To perform a selective restoration, check the boxes corresponding to the revisions to be restored, and click '''''Restore'''''. Clicking '''''Reset''''' will clear the comment field and all checkboxes.",
 'undeleterevisions'            => '$1 {{PLURAL:$1|revision|revisions}} archived',
index 6f97bac..80def1c 100644 (file)
@@ -1483,6 +1483,7 @@ $wgMessageStructure = array(
                'undeletepagetitle',
                'viewdeletedpage',
                'undeletepagetext',
+               'undelete-fieldset-title',
                'undeleteextrahelp',
                'undeleterevisions',
                'undeletehistory',