diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2014-11-27 06:08:05 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2014-11-27 06:08:05 +0100 |
commit | 888eab1a076a287bddd84fdf9dd9c57154c91e3f (patch) | |
tree | 7264d1dfeb20d833187007cac80a7f7ef6038845 /languages/messages/MessagesEn.php | |
parent | 45b4484864b492a40570e99a9f5c87d2512cc6ad (diff) |
Update to MediaWiki 1.22.14
Diffstat (limited to 'languages/messages/MessagesEn.php')
-rw-r--r-- | languages/messages/MessagesEn.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 7b500f20..147ffcd5 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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}}', |