diff options
Diffstat (limited to 'languages/messages/MessagesEn.php')
-rw-r--r-- | languages/messages/MessagesEn.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 7b500f20..65371ad7 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1657,7 +1657,7 @@ Try [[Special:Search|searching on the wiki]] for relevant new pages.', # Revision deletion 'rev-deleted-comment' => '(edit summary removed)', 'rev-deleted-user' => '(username removed)', -'rev-deleted-event' => '(log action removed)', +'rev-deleted-event' => '(log details removed)', 'rev-deleted-user-contribs' => '[username or IP address removed - edit hidden from contributions]', 'rev-deleted-text-permission' => "This page revision has been '''deleted'''. Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].", @@ -1709,7 +1709,7 @@ Other administrators on {{SITENAME}} will still be able to access the hidden con 'revdelete-legend' => 'Set visibility restrictions', 'revdelete-hide-text' => 'Revision text', 'revdelete-hide-image' => 'Hide file content', -'revdelete-hide-name' => 'Hide action and target', +'revdelete-hide-name' => 'Hide target and parameters', 'revdelete-hide-comment' => 'Edit summary', 'revdelete-hide-user' => "Editor's username/IP address", 'revdelete-hide-restricted' => 'Suppress data from administrators as well as others', @@ -2114,6 +2114,7 @@ Your email address is not revealed when other users contact you.', 'right-protect' => 'Change protection levels and edit cascade-protected pages', 'right-editprotected' => 'Edit pages protected as "{{int:protect-level-sysop}}"', 'right-editsemiprotected' => 'Edit pages protected as "{{int:protect-level-autoconfirmed}}"', +'right-editcontentmodel' => 'Edit the content model of a page', 'right-editinterface' => 'Edit the user interface', 'right-editusercssjs' => "Edit other users' CSS and JavaScript files", 'right-editusercss' => "Edit other users' CSS files", @@ -2190,6 +2191,7 @@ Your email address is not revealed when other users contact you.', 'action-viewmywatchlist' => 'view your watchlist', 'action-viewmyprivateinfo' => 'view your private information', 'action-editmyprivateinfo' => 'edit your private information', +'action-editcontentmodel' => 'edit the content model of a page', # Recent changes 'nchanges' => '$1 {{PLURAL:$1|change|changes}}', |