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:
parent
403a5db6c5
commit
7677eca675
|
@ -92,7 +92,7 @@ $bookmarklet_height= 440;
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<br clear="all" />
|
<br clear="all" />
|
||||||
<fieldset>
|
<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 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>
|
<p><textarea name="description" rows="5" cols="30"><?php echo $profileuser->description ?></textarea></p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in New Issue