]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/favorform.php
Added @title to input submit (reusing $label value until we really
[quix0rs-gnu-social.git] / lib / favorform.php
index 977f191838d201c6782fe8e65c8b05f31238a589..519b305b6fcffa59aed5df30537ccea4d4141eb2 100644 (file)
@@ -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'));
     }
     
     /**