From 1864a9de382fedf47cc9d8e414440c624d3aebf1 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 22 Jun 2015 23:40:51 +0200 Subject: [PATCH] Accessibility fix, make yes button more explicit --- plugins/Share/forms/repeat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')); } -- 2.39.5