Better wording, fixes #1916

git-svn-id: http://svn.automattic.com/wordpress/trunk@3178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-11-21 08:29:07 +00:00
parent 58aa471101
commit d3ce049567
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ include('admin-header.php');
<td>
<label for="rich_editing">
<input name="rich_editing" type="checkbox" id="rich_editing" value="true" <?php checked('true', get_settings('rich_editing')); ?> />
<?php _e('Use the visual rich editor when writing') ?></label><br />
<?php _e('Users should use the visual rich editor by default') ?></label><br />
<label for="use_smilies">
<input name="use_smilies" type="checkbox" id="use_smilies" value="1" <?php checked('1', get_settings('use_smilies')); ?> />
<?php _e('Convert emoticons like <code>:-)</code> and <code>:-P</code> to graphics on display') ?></label>