Ricordisamoa has uploaded a new change for review.

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

Change subject: show <centralauth-listusers-nolocal> before 
<centralauth-listusers-locked>
......................................................................

show <centralauth-listusers-nolocal> before <centralauth-listusers-locked>

currently, the info about locked and unattached global accounts is:
"locked, unattached or doesn't exist locally"
that is somewhat misleading in English, meaning that the 'locked'
status is part of the disjunction and thus uncertain

Change-Id: Iad9fc5d9f767f53cb62ddb764f1549178b021392
---
M specials/SpecialGlobalUsers.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/specials/SpecialGlobalUsers.php b/specials/SpecialGlobalUsers.php
index 45d5fc8..ca269ac 100644
--- a/specials/SpecialGlobalUsers.php
+++ b/specials/SpecialGlobalUsers.php
@@ -131,7 +131,7 @@
                if ( $row->lu_attached_method ) {
                        $info[] = $this->msg( 'centralauth-listusers-attached', 
$row->gu_name )->text();
                } else {
-                       $info[] = $this->msg( 'centralauth-listusers-nolocal' 
)->text();
+                       array_unshift( $info, $this->msg( 
'centralauth-listusers-nolocal' )->text() );
                }
                $groups = $this->getUserGroups( $row );
 

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

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

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

Reply via email to