From: Yongmin Hong Date: Thu, 10 Dec 2015 04:20:23 +0000 (+0000) Subject: Fix MovePage Special Page for Korean X-Git-Tag: 1.31.0-rc.0~8743 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=02d589606580241e43fbd92bb0aa0261a6096d82;p=lhc%2Fweb%2Fwiklou.git 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 --- 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( '내사용자문서' ),