summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-01 15:49:53 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-01 15:49:53 +0100
commit78ea4c711eed0a432fbe7b58cf9f2a14b2d77f98 (patch)
treeaa3508001921533df9ccc9098084626d4520761a /actions
parent87c17bc0f0096b659374cf68aa28dcae9f69ca08 (diff)
Add context for Send button on invite.php
Diffstat (limited to 'actions')
-rw-r--r--actions/invite.php2
1 files changed, 1 insertions, 1 deletions
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');
}