X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=actions%2Finvite.php;h=54b2de62ac910e3792f902495c54a4554e81a79c;hb=a21a17263956808e074fb62551300c5d6297387b;hp=848607f96aff4941a38d68f998e90e419a2ff794;hpb=63ff9d86b8ed4fb65ed3f314b66474fd38cb9eb3;p=quix0rs-gnu-social.git diff --git a/actions/invite.php b/actions/invite.php index 848607f96a..54b2de62ac 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'); }