Revert "Accessibility fix, make yes button more explicit"
This reverts commit 1864a9de38
.
The problem was another label that was missing (fixed in previous commit, the close button)
This commit is contained in:
parent
d6e56924fe
commit
34b6d37266
|
@ -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.'));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user