jenkins-bot has submitted this change and it was merged. Change subject: Made the revision history deletion page's radio buttons less confusing Changed the radio button to 'Visible' and 'Hidden' from 'Yes' and 'No' and changed the respective label messages. ......................................................................
Made the revision history deletion page's radio buttons less confusing Changed the radio button to 'Visible' and 'Hidden' from 'Yes' and 'No' and changed the respective label messages. Bug: 56210 Change-Id: I4263e9e15241bb705b288b2bb65f9915557bf472 --- M languages/messages/MessagesEn.php 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: Legoktm: Looks good to me, but someone else must approve Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c0df101..7b62d29 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1710,15 +1710,15 @@ * Inappropriate personal information *: ''home addresses and telephone numbers, social security numbers, etc.''", 'revdelete-legend' => 'Set visibility restrictions', -'revdelete-hide-text' => 'Hide revision text', +'revdelete-hide-text' => 'Revision text', 'revdelete-hide-image' => 'Hide file content', 'revdelete-hide-name' => 'Hide action and target', -'revdelete-hide-comment' => 'Hide edit summary', -'revdelete-hide-user' => "Hide editor's username/IP address", +'revdelete-hide-comment' => 'Edit summary', +'revdelete-hide-user' => "Editor's username/IP address", 'revdelete-hide-restricted' => 'Suppress data from administrators as well as others', 'revdelete-radio-same' => '(do not change)', -'revdelete-radio-set' => 'Yes', -'revdelete-radio-unset' => 'No', +'revdelete-radio-set' => 'Visible', +'revdelete-radio-unset' => 'Hidden', 'revdelete-suppress' => 'Suppress data from administrators as well as others', 'revdelete-unsuppress' => 'Remove restrictions on restored revisions', 'revdelete-log' => 'Reason:', -- To view, visit https://gerrit.wikimedia.org/r/93163 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4263e9e15241bb705b288b2bb65f9915557bf472 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: 01tonythomas <[email protected]> Gerrit-Reviewer: 01tonythomas <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: MZMcBride <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
