projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
843ace5
)
Move translator documentation one line lower. Otherwise it will not be added to the...
author
Siebrand Mazeland
<s.mazeland@xs4all.nl>
Fri, 11 Mar 2011 18:32:35 +0000
(19:32 +0100)
committer
Siebrand Mazeland
<s.mazeland@xs4all.nl>
Fri, 11 Mar 2011 18:32:35 +0000
(19:32 +0100)
lib/noticeform.php
patch
|
blob
|
history
diff --git
a/lib/noticeform.php
b/lib/noticeform.php
index e604ee9fc48fe6b9d5639c1d205895c21a6d42c5..3909b088d0120d93cbb5c620447ca7e64b4e3bc8 100644
(file)
--- 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',