]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Share/forms/repeat.php
Accessibility fix, make yes button more explicit
[quix0rs-gnu-social.git] / plugins / Share / forms / repeat.php
index f0ce37fb62db07fc0798400d9cbb051c0917ba4c..6e2b486b061cceb34eab1d661a74fe373328b198 100644 (file)
@@ -112,7 +112,7 @@ class RepeatForm extends Form
     {
         $this->out->submit('repeat-submit-' . $this->notice->id,
                            // TRANS: Button text to repeat a notice on notice repeat form.
-                           _m('BUTTON','Yes'), 'submit', null,
+                           _m('BUTTON','Confirm repeat'), 'submit', null,
                            // TRANS: Button title to repeat a notice on notice repeat form.
                            _('Repeat this notice.'));
     }