diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-09 21:48:56 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-09 21:48:56 -0700 |
commit | ed627bb4bd6424325478412055d295b185f9f662 (patch) | |
tree | feb95836538735a5059519293143403079249648 /lib/noticeform.php | |
parent | adfb79a9bbdfb43f35c0f022c1de6118b10ce115 (diff) | |
parent | 207750e75774c823328889cb4102aad6a0b12281 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'lib/noticeform.php')
-rw-r--r-- | lib/noticeform.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 5a6c7cf38..5d7cf194e 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -151,7 +151,8 @@ class NoticeForm extends Form $this->out->element('label', array('for' => 'notice_data-attach'), _('Attach')); $this->out->element('input', array('id' => 'notice_data-attach', 'type' => 'file', - 'name' => 'attach')); + 'name' => 'attach', + 'title' => _('Attach a file'))); if ($this->action) { $this->out->hidden('notice_return-to', $this->action, 'returnto'); } |