]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Move translator documentation one line lower. Otherwise it will not be added to the...
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 11 Mar 2011 18:32:35 +0000 (19:32 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 11 Mar 2011 18:32:35 +0000 (19:32 +0100)
lib/noticeform.php

index e604ee9fc48fe6b9d5639c1d205895c21a6d42c5..3909b088d0120d93cbb5c620447ca7e64b4e3bc8 100644 (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',