Fix bad i18n function call

This commit is contained in:
Zach Copley 2011-04-10 19:07:30 -07:00
parent b83e0fd0e8
commit 3ddaa5bff4
1 changed files with 2 additions and 1 deletions

View File

@ -103,6 +103,7 @@ class SubscribePeopletagForm extends Form
function formActions()
{
// TRANS: Button text for subscribing to a people tag.
$this->out->submit('submit', m('BUTTON','Subscribe'));
$this->out->submit('submit', _m('BUTTON', 'Subscribe'));
}
}