Fix message usage

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

Change-Id: I5232adc5c0580a75741042a7f102e1b5b2e64c93
This commit is contained in:
Brad Jorsch 2014-02-28 11:43:15 -05:00
parent 9391a64196
commit 9ac7d3dff4
1 changed files with 1 additions and 1 deletions

View File

@ -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,
),