Make WordPress Core


Ignore:
Timestamp:
12/19/2010 05:23:25 AM (13 years ago)
Author:
nacin
Message:

String changes to admin bar preferences. props jane, see #15829.

File:
1 edited

Legend:

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

    r17032 r17055  
    218218<label for="admin_bar_front">
    219219<input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1" <?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> />
    220 <?php _e( 'Display the admin bar on the front end' ); ?></label><br />
     220<?php _e( 'Display the admin bar when viewing your site' ); ?></label><br />
    221221<label for="admin_bar_admin">
    222222<input name="admin_bar_admin" type="checkbox" id="admin_bar_admin" value="1" <?php checked( _get_admin_bar_pref( 'admin', $profileuser->ID ) ); ?> />
    223 <?php _e( 'Display the admin bar in the dashboard' ); ?></label>
     223<?php _e( 'Display the admin bar when accessing the dashboard' ); ?></label>
    224224</td>
    225225</tr>
Note: See TracChangeset for help on using the changeset viewer.