Legoktm has uploaded a new change for review.

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

Change subject: Fix typo in message key
......................................................................

Fix typo in message key

Change-Id: Id67b47e56243ab8b9cc71f6b086746ee01db4da6
Follows-Up: I52fda61d3c633fb207af5361496e3eabe6392598
---
M specials/SpecialCentralAuth.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/specials/SpecialCentralAuth.php b/specials/SpecialCentralAuth.php
index 26f93bf..db77c81 100644
--- a/specials/SpecialCentralAuth.php
+++ b/specials/SpecialCentralAuth.php
@@ -455,7 +455,7 @@
        function formatBlockStatus( $row ) {
                if ( isset( $row['blocked'] ) && $row['blocked'] ) {
                        if ( $row['block-expiry'] == 'infinity' ) {
-                               $text = $this->msg( 
'centralauth-admin-blocked-indef2' )->parse();
+                               $text = $this->msg( 
'centralauth-admin-blocked2-indef' )->parse();
                        } else {
                                $expiry = $this->getLanguage()->timeanddate( 
$row['block-expiry'], true );
                                $expiryd = $this->getLanguage()->date( 
$row['block-expiry'], true );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id67b47e56243ab8b9cc71f6b086746ee01db4da6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: wmf/1.24wmf2
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to