Anomie has uploaded a new change for review.

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

Change subject: Fix message usage
......................................................................

Fix message usage

Ib49600e accidentally removed the 's' from the end of the message name.
Restore it.

Change-Id: I5232adc5c0580a75741042a7f102e1b5b2e64c93
---
M ContactPage_body.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContactPage 
refs/changes/19/116119/1

diff --git a/ContactPage_body.php b/ContactPage_body.php
index 4cf8a42..8ba937e 100644
--- a/ContactPage_body.php
+++ b/ContactPage_body.php
@@ -158,7 +158,7 @@
                                'label' => '',
                                'type' => 'info',
                                'default' => Html::rawElement( 'small', array(),
-                                       $this->msg( 'contactpage-formfootnote' 
)->text()
+                                       $this->msg( 'contactpage-formfootnotes' 
)->text()
                                ),
                                'raw' => true,
                        ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5232adc5c0580a75741042a7f102e1b5b2e64c93
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContactPage
Gerrit-Branch: master
Gerrit-Owner: Anomie <bjor...@wikimedia.org>

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

Reply via email to