Accessibility fix, make yes button more explicit

This commit is contained in:
Mikael Nordfeldth 2015-06-22 23:40:51 +02:00
parent fde3b99e8e
commit 1864a9de38
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class RepeatForm extends Form
{ {
$this->out->submit('repeat-submit-' . $this->notice->id, $this->out->submit('repeat-submit-' . $this->notice->id,
// TRANS: Button text to repeat a notice on notice repeat form. // 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. // TRANS: Button title to repeat a notice on notice repeat form.
_('Repeat this notice.')); _('Repeat this notice.'));
} }