Hoo man has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/51664


Change subject: Minor fixes (i18n and special page group)
......................................................................

Minor fixes (i18n and special page group)

This fixes the description of 'right-centralauth-lock' (that
right changed in I745d252056795fa3631e40f65f9aeef519c94fdb),
the action text for centralauth-lock, the Qqq for action-
centralauth-lock and sets the special page group 'users' for
the new MultiLock.

Change-Id: I8a20cdce1bcf6d95364f6323b6248070314b5256
---
M CentralAuth.i18n.php
M CentralAuth.php
2 files changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/64/51664/1

diff --git a/CentralAuth.i18n.php b/CentralAuth.i18n.php
index bdddba4..a554ad1 100644
--- a/CentralAuth.i18n.php
+++ b/CentralAuth.i18n.php
@@ -388,7 +388,7 @@
        'right-globalgroupmembership'   => 'Edit membership to global groups',
        'right-centralauth-autoaccount' => 'Automatically login with global 
account',
        'right-centralauth-unmerge'     => 'Unmerge global account',
-       'right-centralauth-lock'        => 'Lock or hide global account',
+       'right-centralauth-lock'        => 'Lock or unlock global account',
        'right-centralauth-oversight'   => 'Suppress or hide global account',
        'right-centralauth-merge'       => 'Merge their account',
        'right-globalgrouppermissions'  => 'Manage global groups',
@@ -754,7 +754,7 @@
 
 See also:
 * {{msg-mw|Abusefilter-edit-builder-vars-user-groups}}.',
-       'action-centralauth-lock' => '{{Doc-action|lock}}',
+       'action-centralauth-lock' => '{{Doc-action|centralauth-lock}}',
 );
 
 /** Afrikaans (Afrikaans)
diff --git a/CentralAuth.php b/CentralAuth.php
index f395723..451dffb 100644
--- a/CentralAuth.php
+++ b/CentralAuth.php
@@ -243,6 +243,7 @@
 $wgSpecialPageGroups['GlobalGroupPermissions'] = 'users';
 $wgSpecialPageGroups['WikiSets'] = 'wiki';
 $wgSpecialPageGroups['GlobalUsers'] = 'users';
+$wgSpecialPageGroups['MultiLock'] = 'users';
 
 $wgAPIModules['deleteglobalaccount'] = 'ApiDeleteGlobalAccount';
 $wgAPIModules['setglobalaccountstatus'] = 'ApiSetGlobalAccountStatus';

-- 
To view, visit https://gerrit.wikimedia.org/r/51664
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a20cdce1bcf6d95364f6323b6248070314b5256
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to