jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/334886 )

Change subject: Move description from extension.json to message file
......................................................................


Move description from extension.json to message file

Removed old message keys, which seems to be a copy from another
extension

Change-Id: Ibcf28a09a11f22adda01aba7d03882379000691c
---
M Moodle.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/Moodle.php b/Moodle.php
index 6c83ecd..24dcf4c 100644
--- a/Moodle.php
+++ b/Moodle.php
@@ -38,7 +38,7 @@
        'name' => 'Moodle',
        'author' => 'Clancer',
        'url' => 'https://www.mediawiki.org/wiki/Extension:Moodle',
-       'description' => 'Moodle integration',
+       'descriptionmsg' => 'moodle-desc',
        'version'  => '0.2.0',
        );
 
diff --git a/i18n/en.json b/i18n/en.json
index 5c3297f..f06d3a9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2,5 +2,5 @@
        "@metadata": {
                "authors": []
        },
-       "uploadwizard-desc": "Upload Wizard, a user-friendly tool for uploading 
multimedia"
+       "moodle-desc": "Moodle integration"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index f860def..b848177 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -2,5 +2,5 @@
     "@metadata": {
         "authors": []
     },
-    "uploadwizard-desc": "Description of extension. It refers to 
[//blog.wikimedia.org/blog/2009/07/02/ford-foundation-awards-300k-grant-for-wikimedia-commons/
 this event], i.e. the development was paid with this $300,000 grant."
+    "moodle-desc": 
"{{desc|name=Moodle|url=https://www.mediawiki.org/wiki/Extension:Moodle}}";
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibcf28a09a11f22adda01aba7d03882379000691c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Moodle
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to