Don't translate admin user. Leave it fixed. Props nbachiyski. fixes #3589

git-svn-id: https://develop.svn.wordpress.org/trunk@4766 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-01-18 18:03:32 +00:00
parent 0246ff8478
commit 0ef35afb2e
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ switch($step) {
<?php
$result = wp_install($weblog_title, __('admin'), $admin_email, $public);
$result = wp_install($weblog_title, 'admin', $admin_email, $public);
extract($result);
?>
@ -92,7 +92,7 @@ switch($step) {
<dl>
<dt><?php _e('Username'); ?></dt>
<dd><code><?php _e('admin') ?></code></dd>
<dd><code>admin</code></dd>
<dt><?php _e('Password'); ?></dt>
<dd><code><?php echo $password; ?></code></dd>
<dt><?php _e('Login address'); ?></dt>