summaryrefslogtreecommitdiff
path: root/actions/invite.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-26 21:19:21 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-26 21:19:21 -0400
commit9bff7c9a765779c9f5b46d08946d6844f6339ab0 (patch)
treea1dd57ec041390dafc0da12f73703dc7ee079b74 /actions/invite.php
parent79f4469db928c0f05f14dc33a6b5a42c1b0f94f1 (diff)
removed the preview, so use "Send" for the button
darcs-hash:20080827011921-84dde-622d4c8eab1b05ce999bba4554b85c08a5840c79.gz
Diffstat (limited to 'actions/invite.php')
-rw-r--r--actions/invite.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/invite.php b/actions/invite.php
index 04ae29a2e..8b4346ca9 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');