From: --replace-all <01tonythomas@gmail.com> Date: Sat, 2 Nov 2013 14:20:41 +0000 (+0530) Subject: Made the revision history deletion page's radio buttons less confusing X-Git-Tag: 1.31.0-rc.0~18309^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e27cae5e7a37bb6829b9abc623c9abbc1c62ffd4;p=lhc%2Fweb%2Fwiklou.git 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 --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c0df1014c3..7b62d29bfb 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1710,15 +1710,15 @@ Other administrators on {{SITENAME}} will still be able to access the hidden con * 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:',