Changeset 4079

Show
Ignore:
Timestamp:
08/07/06 18:44:13 (2 years ago)
Author:
ryan
Message:

Capitalization fix from Mark J. fixes #3004

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/profile.php

    r3999 r4079  
    9393<br clear="all" /> 
    9494<fieldset> 
    95 <legend><?php _e('About yourself'); ?></legend> 
     95<legend><?php _e('About Yourself'); ?></legend> 
    9696<p class="desc"><?php _e('Share a little biographical information to fill out your profile. This may be shown publicly.'); ?></p> 
    9797<p><textarea name="description" rows="5" cols="30"><?php echo $profileuser->description ?></textarea></p>