]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/repeatform.php
Merge branch '1.0.x' into schema-x
[quix0rs-gnu-social.git] / lib / repeatform.php
index 50e5d6dbe04d19e44284f1166a0872d2ec333ad8..4f1c8aa3201d7cc44453f56c1aa2f79e541ed18e 100644 (file)
@@ -104,7 +104,7 @@ class RepeatForm extends Form
      */
     function formLegend()
     {
-        $this->out->element('legend', null, _('Repeat this notice'));
+        $this->out->element('legend', null, _('Repeat this notice?'));
     }
 
     /**
@@ -129,7 +129,7 @@ class RepeatForm extends Form
     function formActions()
     {
         $this->out->submit('repeat-submit-' . $this->notice->id,
-                           _('Repeat'), 'submit', null, _('Repeat this notice'));
+                           _('Yes'), 'submit', null, _('Repeat this notice'));
     }
 
     /**