Capitalization fix from Mark J. fixes #3004

git-svn-id: http://svn.automattic.com/wordpress/trunk@4079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-08-07 18:44:13 +00:00
parent 403a5db6c5
commit 7677eca675
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ $bookmarklet_height= 440;
</fieldset>
<br clear="all" />
<fieldset>
<legend><?php _e('About yourself'); ?></legend>
<legend><?php _e('About Yourself'); ?></legend>
<p class="desc"><?php _e('Share a little biographical information to fill out your profile. This may be shown publicly.'); ?></p>
<p><textarea name="description" rows="5" cols="30"><?php echo $profileuser->description ?></textarea></p>
</fieldset>