forked from GNUsocial/gnu-social
Add context for Send button on invite.php
This commit is contained in:
parent
87c17bc0f0
commit
78ea4c711e
@ -194,7 +194,7 @@ class InviteAction extends CurrentUserDesignAction
|
||||
_('Optionally add a personal message to the invitation.'));
|
||||
$this->elementEnd('li');
|
||||
$this->elementEnd('ul');
|
||||
$this->submit('send', _('Send'));
|
||||
$this->submit('send', _m('invite button', 'Send'));
|
||||
$this->elementEnd('fieldset');
|
||||
$this->elementEnd('form');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user