From 9ac7d3dff4ccf58e39a043bcf48f8bf5c11f8d79 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Fri, 28 Feb 2014 11:43:15 -0500 Subject: [PATCH] Fix message usage Ib49600e accidentally removed the 's' from the end of the message name. Restore it. Change-Id: I5232adc5c0580a75741042a7f102e1b5b2e64c93 --- ContactPage_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ class SpecialContact extends UnlistedSpecialPage { 'label' => '', 'type' => 'info', 'default' => Html::rawElement( 'small', array(), - $this->msg( 'contactpage-formfootnote' )->text() + $this->msg( 'contactpage-formfootnotes' )->text() ), 'raw' => true, ),