summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2011-09-25 22:09:21 -0700
committerLuke Shumaker <lukeshu@sbcglobal.net>2011-09-25 22:09:21 -0700
commitfd5c709fc7497cca08971724a3c0d4bc6fefa39f (patch)
treec00fb1be177354ea54ef3ef87013137db4da0946
parent66f999c511833d7577a1f3d772c757e854f4f4ff (diff)
Make the first page of new user registration say "Go on to Step 2"
instead of "Submit".
-rw-r--r--src/views/pages/users/new.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/pages/users/new.html.php b/src/views/pages/users/new.html.php
index 147e3c0..62a0f09 100644
--- a/src/views/pages/users/new.html.php
+++ b/src/views/pages/users/new.html.php
@@ -34,7 +34,7 @@ foreach ($VARS['antispam_html'] as $html) {
echo $html;
}
-$t->tag('input', array('type'=>'submit', 'value'=>'Submit'));
+$t->tag('input', array('type'=>'submit', 'value'=>'Go on to Step 2'));
$t->closeTag('form');