diff options
Diffstat (limited to 'lib/favorform.php')
-rw-r--r-- | lib/favorform.php | 4 |
1 files changed, 2 insertions, 2 deletions
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')); } /** |