From: Evan Prodromou Date: Wed, 27 Aug 2008 01:19:21 +0000 (-0400) Subject: removed the preview, so use "Send" for the button X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9bff7c9a765779c9f5b46d08946d6844f6339ab0;p=quix0rs-gnu-social.git removed the preview, so use "Send" for the button darcs-hash:20080827011921-84dde-622d4c8eab1b05ce999bba4554b85c08a5840c79.gz --- diff --git a/actions/invite.php b/actions/invite.php index 04ae29a2e7..8b4346ca90 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -134,7 +134,7 @@ class InviteAction extends Action { $this->trimmed('personal'), _('Optionally add a personal message to the invitation.')); - common_submit('preview', _('Preview')); + common_submit('send', _('Send')); common_element_end('form');