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:
Mikael Nordfeldth 2015-09-28 00:49:26 +02:00
parent d6e56924fe
commit 34b6d37266
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,
// 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.'));
}