Umherirrender has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334874 )

Change subject: Prefer descriptionmsg over description in php entry point
......................................................................

Prefer descriptionmsg over description in php entry point

Fill in the default qqq template for descriptionmsg

Change-Id: If1d434da3cd0f1723b312db3ba534a001eec6a5f
---
M SpecialNamespaces.i18n.php
M SpecialNamespaces.php
2 files changed, 1 insertion(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SpecialNamespaces 
refs/changes/74/334874/1

diff --git a/SpecialNamespaces.i18n.php b/SpecialNamespaces.i18n.php
index f7089b3..a37a658 100644
--- a/SpecialNamespaces.i18n.php
+++ b/SpecialNamespaces.i18n.php
@@ -79,7 +79,7 @@
 $messages['qqq'] = array(
        'namespaces' => 'This message is the title of the special page 
[[Special:Namespaces]].',
        'namespaces-title-norights' => 'Part of the namespaces extension. This 
message is the title of the special page [[Special:Namespaces]] when the user 
has no right to edit the namespaces data, so can only view them.',
-       'namespaces-desc' => '-',
+       'namespaces-desc' => 
'{{desc|name=SpecialNamespaces|url=https://www.mediawiki.org/wiki/Extension:SpecialNamespaces}}',
        'namespaces_intro' => 'Part of the namespaces extension. Shown as 
introductory text on [[Special:Namespaces]].',
        'namespaces_nsid' => 'Used on [[Special:Namespaces]] as a column header 
of the table.',
        'namespaces_nsid_intro' => 'Used on [[Special:Namespaces]] so as to 
explain the data in the {{msg-mw|namespaces_nsid}} column of the table. ',
diff --git a/SpecialNamespaces.php b/SpecialNamespaces.php
index 45df1ac..4bdb7fe 100644
--- a/SpecialNamespaces.php
+++ b/SpecialNamespaces.php
@@ -27,7 +27,6 @@
        'path'           => __FILE__,
        'name'           => 'SpecialNamespaces',
        'url'            => 
'https://mediawiki.org/wiki/Extension:SpecialNamespaces',
-       'description'    => 'Adds a [[Special:Namespaces|special page]] to view 
and edit the namespaces table',
        'author'         => array( 'Stephanie Amanda Stevens', 'SPQRobin', 
'others' ),
        'descriptionmsg' => 'namespaces-desc',
 );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If1d434da3cd0f1723b312db3ba534a001eec6a5f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SpecialNamespaces
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to