Add context for Send button on invite.php

This commit is contained in:
Siebrand Mazeland 2010-03-01 15:49:53 +01:00
parent 87c17bc0f0
commit 78ea4c711e
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}