forked from GNUsocial/gnu-social
Fix incorrect translator documentation. Spotted by AVRS.
This commit is contained in:
parent
700018fd09
commit
ede8fabb55
@ -531,7 +531,7 @@ class RegisterAction extends Action
|
|||||||
$this->elementEnd('li');
|
$this->elementEnd('li');
|
||||||
}
|
}
|
||||||
$this->elementEnd('ul');
|
$this->elementEnd('ul');
|
||||||
// TRANS: Field label on account registration page.
|
// TRANS: Botton text to register a user on account registration page.
|
||||||
$this->submit('submit', _m('BUTTON','Register'));
|
$this->submit('submit', _m('BUTTON','Register'));
|
||||||
$this->elementEnd('fieldset');
|
$this->elementEnd('fieldset');
|
||||||
$this->elementEnd('form');
|
$this->elementEnd('form');
|
||||||
|
Loading…
Reference in New Issue
Block a user