From 63ff9d86b8ed4fb65ed3f314b66474fd38cb9eb3 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 1 Mar 2010 15:57:27 +0100 Subject: Add content for all 3 Send buttons (2 are the same as far as I can tell) --- actions/invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/invite.php') 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'); } -- cgit v1.2.3-54-g00ecf