]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add context for Send button on invite.php
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 1 Mar 2010 14:49:53 +0000 (15:49 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 1 Mar 2010 14:49:53 +0000 (15:49 +0100)
actions/invite.php

index d0ed64ec9079449ec3d9013973aab5e912257a6b..f4a44da1c9aefa904a1249672a9f762b7fb03dd9 100644 (file)
@@ -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');
     }