]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Accessibility fix, make yes button more explicit
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 22 Jun 2015 21:40:51 +0000 (23:40 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 22 Jun 2015 21:40:51 +0000 (23:40 +0200)
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.'));
     }