Remove ":" for 'youremail' and 'yourrealname' in includes/templates/Userlogin.php
authorJimmy Collins <collinj@users.mediawiki.org>
Mon, 18 Sep 2006 22:07:49 +0000 (22:07 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Mon, 18 Sep 2006 22:07:49 +0000 (22:07 +0000)
so that ":" could be used in i18n for Special:Preferences (like 'username' and 'uid').

RELEASE-NOTES
includes/templates/Userlogin.php
languages/MessagesDe.php
languages/MessagesEn.php

index 0ef970f..90210f4 100644 (file)
@@ -214,6 +214,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   in $wgMemc, to further reduce hits to external storage.
   Set to 0 (disabled) by default.
 * Minor changes to the installer. 
+* Remove ":" for 'youremail' and 'yourrealname' in includes/templates/Userlogin.php
+  so that ":" could be used in i18n for Special:Preferences (like 'username' and 'uid').
 
 
 == Languages updated ==
index 24fb185..83ef492 100644 (file)
@@ -157,7 +157,7 @@ class UsercreateTemplate extends QuickTemplate {
                </tr>
                <tr>
                        <?php if( $this->data['useemail'] ) { ?>
-                               <td align='right'><label for='wpEmail'><?php $this->msg('youremail') ?>:</label></td>
+                               <td align='right'><label for='wpEmail'><?php $this->msg('youremail') ?></label></td>
                                <td align='left'>
                                        <input type='text' class='loginText' name="wpEmail" id="wpEmail"
                                                tabindex="5"
@@ -167,7 +167,7 @@ class UsercreateTemplate extends QuickTemplate {
                        <?php if( $this->data['userealname'] ) { ?>
                                </tr>
                                <tr>
-                                       <td align='right'><label for='wpRealName'><?php $this->msg('yourrealname') ?>:</label></td>
+                                       <td align='right'><label for='wpRealName'><?php $this->msg('yourrealname') ?></label></td>
                                        <td align='left'>
                                                <input type='text' class='loginText' name="wpRealName" id="wpRealName"
                                                        tabindex="6"
index 5bc738e..e365779 100644 (file)
@@ -420,9 +420,9 @@ Ihr Benutzerkonto wurde eingerichtet. Vergessen Sie nicht, Ihre Einstellungen an
 'createaccountmail'    => 'über E-Mail',
 "badretype"            => "Die beiden Passwörter stimmen nicht überein.",
 "userexists"   => "Dieser Benutzername ist schon vergeben. Bitte wählen Sie einen anderen.",
-'youremail'            => 'Ihre E-Mail-Adresse**',
+'youremail'            => 'Ihre E-Mail-Adresse**:',
 "yournick"             => 'Ihr Spitzname (zum Unterschreiben):',
-'yourrealname'         => 'Ihr echter Name*',
+'yourrealname'         => 'Ihr echter Name*:',
 'yourlanguage'         => 'Sprache der Benutzeroberfläche:',
 'username'             => 'Benutzername:',
 'uid'                  => 'Benutzer ID:',
index 496a374..ac2f872 100644 (file)
@@ -684,10 +684,10 @@ Your account has been created. Don't forget to change your {{SITENAME}} preferen
 'createaccountmail'    => 'by e-mail',
 'badretype'            => 'The passwords you entered do not match.',
 'userexists'   => 'Username entered already in use. Please choose a different name.',
-'youremail'            => 'E-mail *',
+'youremail'            => 'E-mail *:',
 'username'             => 'Username:',
 'uid'                  => 'User ID:',
-'yourrealname'         => 'Real name *',
+'yourrealname'         => 'Real name *:',
 'yourlanguage' => 'Language:',
 'yourvariant'  => 'Variant',
 'yournick'             => 'Nickname:',