From 34b6d3726658627b2979b2a8fab1e45a23f60416 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 28 Sep 2015 00:49:26 +0200 Subject: [PATCH] Revert "Accessibility fix, make yes button more explicit" This reverts commit 1864a9de382fedf47cc9d8e414440c624d3aebf1. The problem was another label that was missing (fixed in previous commit, the close button) --- 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 6e2b486b06..f0ce37fb62 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','Confirm repeat'), 'submit', null, + _m('BUTTON','Yes'), 'submit', null, // TRANS: Button title to repeat a notice on notice repeat form. _('Repeat this notice.')); } -- 2.39.5