Move translator documentation one line lower. Otherwise it will not be added to the POT file.

This commit is contained in:
Siebrand Mazeland 2011-03-11 19:32:35 +01:00
parent 843ace580d
commit eff26421ab
1 changed files with 1 additions and 1 deletions

View File

@ -186,8 +186,8 @@ class NoticeForm extends Form
if (common_config('attachments', 'uploads')) {
$this->out->hidden('MAX_FILE_SIZE', common_config('attachments', 'file_quota'));
// TRANS: Input label in notice form for adding an attachment.
$this->out->elementStart('label', array('class' => 'notice_data-attach'));
// TRANS: Input label in notice form for adding an attachment.
$this->out->text(_('Attach'));
$this->out->element('input', array('class' => 'notice_data-attach',
'type' => 'file',