summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
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 f4a44da1c..848607f96 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', _m('invite button', 'Send'));
+ $this->submit('send', _m('Send button for inviting friends', 'Send'));
$this->elementEnd('fieldset');
$this->elementEnd('form');
}