jenkins-bot has submitted this change and it was merged.

Change subject: Fix incorrect Ukrainian special page alias
......................................................................


Fix incorrect Ukrainian special page alias

A comma was probably written in translatewiki.net's Special:Magic,
and interpreted as a separator. This creates two aliases,
this first meaning "Users", and the second "_who_will_be_renamed".
Since they are both problematic, I'm removing them and replacing
them with one correct string (without a comma).

Change-Id: Iddbf85cf0b8eeed1f98a9db66806df53a1783d58
---
M CentralAuth.alias.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/CentralAuth.alias.php b/CentralAuth.alias.php
index c6d808d..b1b63e6 100644
--- a/CentralAuth.alias.php
+++ b/CentralAuth.alias.php
@@ -830,7 +830,7 @@
        'GlobalGroupPermissions' => array( 'Права_глобальних_груп' ),
        'WikiSets' => array( 'Набори_вікі' ),
        'GlobalUsers' => array( 'Глобальні_користувачі' ),
-       'UsersWhoWillBeRenamed' => array( 'Користувачі', 
'_що_будуть_перейменовані' ),
+       'UsersWhoWillBeRenamed' => array( 'Користувачі_що_будуть_перейменовані' 
),
 );
 
 /** Urdu (اردو) */

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iddbf85cf0b8eeed1f98a9db66806df53a1783d58
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to