Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674

git-svn-id: http://svn.automattic.com/wordpress/trunk@5825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2007-07-30 16:32:12 +00:00
parent e06883dfcc
commit 8c454d7909
7 changed files with 20 additions and 20 deletions

View File

@@ -45,7 +45,7 @@ switch($step) {
<form id="setup" method="post" action="install.php?step=2">
<table width="100%">
<tr>
<th width="33%"><?php _e('Weblog title:'); ?></th>
<th width="33%"><?php _e('Blog title:'); ?></th>
<td><input name="weblog_title" type="text" id="weblog_title" size="25" /></td>
</tr>
<tr>