forked from GNUsocial/gnu-social
Accessibility fix, make yes button more explicit
This commit is contained in:
parent
fde3b99e8e
commit
1864a9de38
@ -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.'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user