Fix incorrect translator documentation. Spotted by AVRS.

This commit is contained in:
Siebrand Mazeland 2011-03-29 23:14:40 +02:00
parent 700018fd09
commit ede8fabb55
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ class RegisterAction extends Action
$this->elementEnd('li');
}
$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->elementEnd('fieldset');
$this->elementEnd('form');