From 5a81b6d04ea7e2f7c5e5799ada8a611ec9406317 Mon Sep 17 00:00:00 2001 From: sarven Date: Sat, 17 Jan 2009 20:57:48 +0000 Subject: Added @title to input submit (reusing $label value until we really need to make it custom) --- lib/noticelist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/noticelist.php') diff --git a/lib/noticelist.php b/lib/noticelist.php index 1283e43e4..9c433f81a 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -442,7 +442,7 @@ class NoticeListItem extends Widget $this->out->element('dt', null, _('Reply to this notice')); $this->out->elementStart('dd'); $this->out->element('a', array('href' => $reply_url, - 'title' => _('reply')), _('Reply')); + 'title' => _('Reply to this notice')), _('Reply')); $this->out->elementEnd('dd'); $this->out->elementEnd('dl'); } @@ -463,7 +463,7 @@ class NoticeListItem extends Widget $this->out->element('dt', null, _('Delete this notice')); $this->out->elementStart('dd'); $this->out->element('a', array('href' => $deleteurl, - 'title' => _('delete')), _('Delete')); + 'title' => _('Delete this notice')), _('Delete')); $this->out->elementEnd('dd'); $this->out->elementEnd('dl'); } -- cgit v1.2.3-54-g00ecf