Capitalization fix from Mark J. fixes #3004

git-svn-id: https://develop.svn.wordpress.org/trunk@4079 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-08-07 18:44:13 +00:00
parent 7c6d67134e
commit c4671bd480

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>