From 9bff7c9a765779c9f5b46d08946d6844f6339ab0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 26 Aug 2008 21:19:21 -0400 Subject: [PATCH] removed the preview, so use "Send" for the button darcs-hash:20080827011921-84dde-622d4c8eab1b05ce999bba4554b85c08a5840c79.gz --- actions/invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');