# HG changeset patch # User Matti Hamalainen # Date 1448007537 -7200 # Node ID 42cf6048a594a1438fcb198e06499366d298e5c9 # Parent 2e1a9b56467446485dc7ddcdf6889823d2b9bb1e Change some texts. diff -r 2e1a9b564674 -r 42cf6048a594 pages/register.inc.php --- 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". " \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\"");