Changed the 'if you are a new user' message and also updated it in the .po files
[citadel.git] / webcit / static / t / get_logged_in.html
index 615b06b15509a51bbc8414166708abeca7e2c0c7..c9b14eaa831469e89b536d0e874ced7d42e847ff 100644 (file)
@@ -55,6 +55,7 @@
 
 <div class="authbox" id="authbox_newuser" style="display: none">
 <h2><?_("New user?  Register now")></h2>
+<?_("enter the name and password you wish to use, and click &quot;New User.&quot; ")><br><br>
 <form id="ajax_newuser_form" method="POST" action="ajax_login_newuser">
 <label for="uname"><?_("User name:")></label>
 <input type="text" name="name" id="uname" onKeyPress="newuser_onkeypress(event);">