Make WordPress Core


Ignore:
Timestamp:
12/08/2011 04:49:16 PM (15 years ago)
Author:
ryan
Message:

s/Admin Bar/Toolbar/. Props ocean90. fixes #19461

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r19509 r19569  
    224224<?php endif; ?>
    225225<tr class="show-admin-bar">
    226 <th scope="row"><?php _e('Admin Bar')?></th>
    227 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Admin Bar') ?></span></legend>
     226<th scope="row"><?php _e('Toolbar')?></th>
     227<td><fieldset><legend class="screen-reader-text"><span><?php _e('Toolbar') ?></span></legend>
    228228<label for="admin_bar_front">
    229229<input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1"<?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> />
    230 <?php _e( 'Show Admin Bar when viewing site' ); ?></label><br />
     230<?php _e( 'Show Toolbar when viewing site' ); ?></label><br />
    231231</fieldset>
    232232</td>
Note: See TracChangeset for help on using the changeset viewer.