Wording clarification.

git-svn-id: https://develop.svn.wordpress.org/trunk@1548 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-08-21 21:26:23 +00:00
parent 507b2a1631
commit fe34dadde1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ include('options-head.php');
<br />
<label for="new_users_can_blog">
<input name="new_users_can_blog" type="checkbox" id="new_users_can_blog" value="1" <?php checked('1', get_settings('new_users_can_blog')); ?> />
<?php _e('Any registered member can publish articles') ?> </label></td>
<?php _e('Newly registered members can publish articles') ?> </label></td>
</tr>
</table>
<fieldset class="options">