From 02d589606580241e43fbd92bb0aa0261a6096d82 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Thu, 10 Dec 2015 04:20:23 +0000 Subject: [PATCH] Fix MovePage Special Page for Korean Its translation string has been changed, but translatewiki.net does not allow editing special page directly, so I'm changing it directly to make the new string on twn as main special page name. It is already existing special page, so there should be no problem. Also, removing my old legacy username which I don't use anymore. Change-Id: I53ab891f74ce4413703a7e1d69dd7712eeaba68d --- languages/messages/MessagesKo.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/languages/messages/MessagesKo.php b/languages/messages/MessagesKo.php index 38265ae2c3..0da229119a 100644 --- a/languages/messages/MessagesKo.php +++ b/languages/messages/MessagesKo.php @@ -20,7 +20,6 @@ * @author Gjue * @author Ha98574 * @author Hoo - * @author Hym411 * @author IRTC1015 * @author ITurtle * @author Idh0854 @@ -128,7 +127,7 @@ $specialPageAliases = array( 'Mostlinkedcategories' => array( '많이쓰는분류' ), 'Mostlinkedtemplates' => array( '많이쓰는틀' ), 'Mostrevisions' => array( '역사긴문서' ), - 'Movepage' => array( '옮기기', '문서옮기기', '이동', '문서이동' ), + 'Movepage' => array( '이동', '문서이동', '옮기기', '문서옮기기' ), 'Mycontributions' => array( '내기여', '내기여목록' ), 'MyLanguage' => array( '내언어' ), 'Mypage' => array( '내사용자문서' ), -- 2.20.1