summaryrefslogtreecommitdiff
path: root/actions/invite.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-02 16:38:36 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-02 16:38:36 +0100
commit284b1dc0145fe7445132b43e55be6a42213de063 (patch)
tree8ad48783f906e3e026f92f5d24489a074a6a3dfa /actions/invite.php
parentbf95fa92b5cd8969c7f695d1e1636aaca6fb77cd (diff)
* Change translator documentation using _m() as designed together with Brion
* Add more translator documentation Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
Diffstat (limited to 'actions/invite.php')
-rw-r--r--actions/invite.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/invite.php b/actions/invite.php
index 848607f96..54b2de62a 100644
--- a/actions/invite.php
+++ b/actions/invite.php
@@ -194,7 +194,8 @@ class InviteAction extends CurrentUserDesignAction
_('Optionally add a personal message to the invitation.'));
$this->elementEnd('li');
$this->elementEnd('ul');
- $this->submit('send', _m('Send button for inviting friends', 'Send'));
+ // TRANS: Send button for inviting friends
+ $this->submit('send', _m('BUTTON', 'Send'));
$this->elementEnd('fieldset');
$this->elementEnd('form');
}