gettext string. Props tai. fixes #4985

git-svn-id: http://svn.automattic.com/wordpress/trunk@6122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-09-16 18:15:03 +00:00
parent 76fee1da02
commit 6d53f77f31
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ switch($step) {
case 0:
case 1: // in case people are directly linking to this
?>
<h1>Welcome</h1>
<h1><?php _e('Welcome'); ?></h1>
<p><?php printf(__('Welcome to the famous five minute WordPress installation process! You may want to browse the <a href="%s">ReadMe documentation</a> at your leisure. Otherwise, just fill in the information below and you\'ll be on your way to using the most extendable and powerful personal publishing platform in the world.'), '../readme.html'); ?></p>
<!--<h2 class="step"><a href="install.php?step=1"><?php _e('First Step &raquo;'); ?></a></h2>-->