changeset 1039:42cf6048a594

Change some texts.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Nov 2015 10:18:57 +0200
parents 2e1a9b564674
children 3c3a1dc4008a
files pages/register.inc.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pages/register.inc.php	Fri Nov 20 08:38:38 2015 +0200
+++ b/pages/register.inc.php	Fri Nov 20 10:18:57 2015 +0200
@@ -170,10 +170,10 @@
   " ".stGetFormHiddenInput("mode", "check")."\n".
   " ".stGetFormHiddenInput("hash", $botCheckHash)."\n".
   " <table class=\"register\">\n";
-  stPrintFormTextInput("Handle:", "(elite)", 20, SET_LEN_USERNAME, "name");
-  stPrintFormTextInput("Group(s):", "(elite crew^supahmen)", 30, SET_LEN_GROUPS, "groups");
+  stPrintFormTextInput("Handle:", "(who you are)", 20, SET_LEN_USERNAME, "name");
+  stPrintFormTextInput("Group(s):", "(duh)", 30, SET_LEN_GROUPS, "groups");
   stPrintFormTextInput("E-mail:", stCheckRequireEmail() ? "(required)" : "", 30, SET_LEN_EMAIL, "email");
-  stPrintFormTextInput("Oneliner:", "(whatever)", 30, SET_LEN_ONELINER, "oneliner");
+  stPrintFormTextInput("Oneliner:", "(leave a message here)", 30, SET_LEN_ONELINER, "oneliner");
   stPrintFormTextInput(hashToCheckStr($botCheckHash)." = ", "(I.Q. / robot check".
   //" [".hashToAnswer($botCheckHash)."]".
   ")", 20, 20, "botcheck", "autocomplete=\"off\"");