forked from GNUsocial/gnu-social
Fix bad i18n function call
This commit is contained in:
parent
b83e0fd0e8
commit
3ddaa5bff4
@ -103,6 +103,7 @@ class SubscribePeopletagForm extends Form
|
|||||||
function formActions()
|
function formActions()
|
||||||
{
|
{
|
||||||
// TRANS: Button text for subscribing to a people tag.
|
// TRANS: Button text for subscribing to a people tag.
|
||||||
$this->out->submit('submit', m('BUTTON','Subscribe'));
|
$this->out->submit('submit', _m('BUTTON', 'Subscribe'));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user