From eff26421abe2cf6ca10ba32c204f8ff838f6438e Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 11 Mar 2011 19:32:35 +0100 Subject: [PATCH] Move translator documentation one line lower. Otherwise it will not be added to the POT file. --- lib/noticeform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5