summaryrefslogtreecommitdiff
path: root/lib/favorform.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-17 21:12:20 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-17 21:12:20 +0000
commit3ce45acfa8488a050cf7d68c8e980166f56c5d43 (patch)
tree442e4fe3afc7f140986d753aec2a6f5f7c790665 /lib/favorform.php
parente019a55a83b70684f629bcd179ec938d735b4a57 (diff)
parent91475ca33f27be5116268415d80513bba6cfbd13 (diff)
Merge branch 'uiredesign' of /var/www/trunk into uiredesign
Diffstat (limited to 'lib/favorform.php')
-rw-r--r--lib/favorform.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/favorform.php b/lib/favorform.php
index 977f19183..37e13fb1c 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'), 'submit', null, _('Favor this notice'));
}
/**