Make WordPress Core


Ignore:
Timestamp:
03/13/2005 05:06:18 PM (20 years ago)
Author:
ryan
Message:

Change login noun to Username. http://mosquito.wordpress.org/view.php?id=1088 Props: Albert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r2409 r2437  
    194194<p><em><?php _e('Finished!'); ?></em></p>
    195195
    196 <p><?php printf(__('Now you can <a href="%1$s">log in</a> with the <strong>login</strong> "<code>admin</code>" and <strong>password</strong> "<code>%2$s</code>".'), '../wp-login.php', $random_password); ?></p>
     196<p><?php printf(__('Now you can <a href="%1$s">log in</a> with the <strong>username</strong> "<code>admin</code>" and <strong>password</strong> "<code>%2$s</code>".'), '../wp-login.php', $random_password); ?></p>
    197197<p><?php _e('<strong><em>Note that password</em></strong> carefully! It is a <em>random</em> password that was generated just for you. If you lose it, you will have to delete the tables from the database yourself, and re-install WordPress. So to review:'); ?>
    198198</p>
    199199<dl>
    200 <dt><?php _e('Login'); ?></dt>
     200<dt><?php _e('Username'); ?></dt>
    201201<dd><code>admin</code></dd>
    202202<dt><?php _e('Password'); ?></dt>
Note: See TracChangeset for help on using the changeset viewer.