Florianschmidtwelzow has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/263037

Change subject: SpecialExpandTemplates: Fix false checkbox label for nowiki tag
......................................................................

SpecialExpandTemplates: Fix false checkbox label for nowiki tag

Bug: T122907
Change-Id: I49f4209f2e91e08ad08ba79ab3f76a0cf0dbea02
---
M includes/specials/SpecialExpandTemplates.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/37/263037/1

diff --git a/includes/specials/SpecialExpandTemplates.php 
b/includes/specials/SpecialExpandTemplates.php
index 14d8675..e9f0b99 100644
--- a/includes/specials/SpecialExpandTemplates.php
+++ b/includes/specials/SpecialExpandTemplates.php
@@ -182,7 +182,7 @@
                        ),
                        'removenowiki' => array(
                                'type' => 'check',
-                               'label-message' => 
'expand_templates_remove_nowiki',
+                               'label' => $this->msg( 
'expand_templates_remove_nowiki' )->text(),
                                'name' => 'wpRemoveNowiki',
                                'id' => 'removenowiki',
                                'default' => $this->removeNowiki,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I49f4209f2e91e08ad08ba79ab3f76a0cf0dbea02
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>

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

Reply via email to