jenkins-bot has submitted this change and it was merged. Change subject: Update extension description message ......................................................................
Update extension description message * Remove unneccesary comments too Change-Id: I7ccfe73243456a26f6db157d7728316b8043af09 --- M Josa.class.php M Josa.php M i18n/en.json 3 files changed, 1 insertion(+), 3 deletions(-) Approvals: devunt: Looks good to me, approved jenkins-bot: Verified diff --git a/Josa.class.php b/Josa.class.php index f75173b..2b4e428 100644 --- a/Josa.class.php +++ b/Josa.class.php @@ -3,7 +3,6 @@ * Extension:Josa * Author: JuneHyeon Bae <[email protected]> * Original implementation by Park Shinjo <[email protected]> - * Improve Extension:Hanp (bug: T15712) * License: MIT License */ diff --git a/Josa.php b/Josa.php index 62789c0..2d69027 100644 --- a/Josa.php +++ b/Josa.php @@ -3,7 +3,6 @@ * Extension:Josa * Author: JuneHyeon Bae <[email protected]> * Original implementation by Park Shinjo <[email protected]> - * Improve Extension:Hanp (bug: T15712) * License: MIT License */ diff --git a/i18n/en.json b/i18n/en.json index b23834b..b0c9b39 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4,5 +4,5 @@ "JuneHyeon Bae" ] }, - "josa-desc": "Automates some part of Korean transliteration process" + "josa-desc": "Automates some part of Korean postposition process" } -- To view, visit https://gerrit.wikimedia.org/r/188027 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7ccfe73243456a26f6db157d7728316b8043af09 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Josa Gerrit-Branch: master Gerrit-Owner: devunt <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: devunt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
