]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert "Accessibility fix, make yes button more explicit"
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 27 Sep 2015 22:49:26 +0000 (00:49 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 27 Sep 2015 22:49:26 +0000 (00:49 +0200)
This reverts commit 1864a9de382fedf47cc9d8e414440c624d3aebf1.

The problem was another label that was missing (fixed in previous commit, the close button)

plugins/Share/forms/repeat.php

index 6e2b486b061cceb34eab1d661a74fe373328b198..f0ce37fb62db07fc0798400d9cbb051c0917ba4c 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','Confirm repeat'), 'submit', null,
+                           _m('BUTTON','Yes'), 'submit', null,
                            // TRANS: Button title to repeat a notice on notice repeat form.
                            _('Repeat this notice.'));
     }