From: Mikael Nordfeldth Date: Mon, 22 Jun 2015 21:40:51 +0000 (+0200) Subject: Accessibility fix, make yes button more explicit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1864a9de382fedf47cc9d8e414440c624d3aebf1;p=quix0rs-gnu-social.git Accessibility fix, make yes button more explicit --- diff --git a/plugins/Share/forms/repeat.php b/plugins/Share/forms/repeat.php index f0ce37fb62..6e2b486b06 100644 --- a/plugins/Share/forms/repeat.php +++ b/plugins/Share/forms/repeat.php @@ -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.')); }