From 0aadac07b8e91258aa294a20891064b432667220 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 9 May 2007 13:01:14 +0000 Subject: [PATCH] * Removed inconsistent hard coding of colons * Reworded the tips a little * Removed enotif related message which is not referenced anywhere in trunk --- includes/templates/Userlogin.php | 14 +++++++------- languages/messages/MessagesEn.php | 13 ++++++------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index 2c63560c04..92c0ef08e5 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -33,7 +33,7 @@ class UserloginTemplate extends QuickTemplate { haveData( 'languages' ) ) { ?> - + - + - +
msg( 'yourdomainname' ) ?>:msg( 'yourdomainname' ) ?> - + - + - + - +
msg( 'yourdomainname' ) ?>:msg( 'yourdomainname' ) ?>
'User login', -'yourname' => 'Username', -'yourpassword' => 'Password', -'yourpasswordagain' => 'Retype password', +'yourname' => 'Username:', +'yourpassword' => 'Password:', +'yourpasswordagain' => 'Retype password:', 'remembermypassword' => 'Remember my login on this computer', -'yourdomainname' => 'Your domain', +'yourdomainname' => 'Your domain:', 'externaldberror' => 'There was either an external authentication database error or you are not allowed to update your external account.', 'loginproblem' => 'There has been a problem with your login.
Try again!', 'alreadyloggedin' => "User $1, you are already logged in!
", @@ -831,10 +831,9 @@ Your account has been created. Don't forget to change your {{SITENAME}} preferen 'yournick' => 'Nickname:', 'badsig' => 'Invalid raw signature; check HTML tags.', 'email' => 'E-mail', -'prefs-help-email-enotif' => 'This address is also used to send you e-mail notifications if you enabled the options.', -'prefs-help-realname' => 'Optional: if you choose to provide it this will be used for giving you attribution for your work.', +'prefs-help-realname' => 'Real name is optional and if you choose to provide it this will be used for giving you attribution for your work.', 'loginerror' => 'Login error', -'prefs-help-email' => 'Optional: Enables others to contact you through your user or user_talk page without needing to reveal your identity.', +'prefs-help-email' => 'E-mail address is optional, but it enables others to contact you through your user or user_talk page without needing to reveal your identity.', 'nocookiesnew' => 'The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.', 'nocookieslogin' => '{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.', 'noname' => 'You have not specified a valid user name.', -- 2.20.1