From: Siebrand Mazeland Date: Mon, 1 Mar 2010 14:49:53 +0000 (+0100) Subject: Add context for Send button on invite.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78ea4c711eed0a432fbe7b58cf9f2a14b2d77f98;p=quix0rs-gnu-social.git Add context for Send button on invite.php --- diff --git a/actions/invite.php b/actions/invite.php index d0ed64ec90..f4a44da1c9 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -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'); }