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/favorform.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/favorform.php') diff --git a/lib/favorform.php b/lib/favorform.php index 977f19183..519b305b6 100644 --- a/lib/favorform.php +++ b/lib/favorform.php @@ -111,7 +111,7 @@ class FavorForm extends Form */ function formLegend() { - $this->out->element('legend', null, _('Delete this notice')); + $this->out->element('legend', null, _('Favor this notice')); } @@ -137,7 +137,7 @@ class FavorForm extends Form function formActions() { $this->out->submit('favor-submit-' . $this->notice->id, - _('Favorite')); + _('Favor this notice')); } /** -- cgit v1.2.3