From: Siebrand Mazeland Date: Fri, 11 Mar 2011 18:32:35 +0000 (+0100) Subject: Move translator documentation one line lower. Otherwise it will not be added to the... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eff26421abe2cf6ca10ba32c204f8ff838f6438e;p=quix0rs-gnu-social.git Move translator documentation one line lower. Otherwise it will not be added to the POT file. --- diff --git a/lib/noticeform.php b/lib/noticeform.php index e604ee9fc4..3909b088d0 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -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',