From 78ea4c711eed0a432fbe7b58cf9f2a14b2d77f98 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 1 Mar 2010 15:49:53 +0100 Subject: Add context for Send button on invite.php --- actions/invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/invite.php b/actions/invite.php index d0ed64ec9..f4a44da1c 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'); } -- cgit v1.2.3-54-g00ecf