Make WordPress Core

Ticket #38344: 38344.2.diff

File 38344.2.diff, 1.7 KB (added by swissspidy, 9 years ago)
  • src/wp-admin/user-edit.php

    diff --git src/wp-admin/user-edit.php src/wp-admin/user-edit.php
    index ce86c8b..92b4a75 100644
    else 
    3838
    3939$profile_help = '<p>' . __('Your profile contains information about you (your &#8220;account&#8221;) as well as some personal options related to using WordPress.') . '</p>' .
    4040        '<p>' . __('You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things. You can hide the Toolbar (formerly called the Admin Bar) from the front end of your site, however it cannot be disabled on the admin screens.') . '</p>' .
     41        '<p>' . __( 'You can select the language you wish to use while using the WordPress administration screen without affecting the language site visitors see.' ) . '</p>' .
    4142        '<p>' . __('Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.') . '</p>' .
    4243        '<p>' . __( 'You can log out of other devices, such as your phone or a public computer, by clicking the Log Out Everywhere Else button.' ) . '</p>' .
    4344        '<p>' . __('Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.') . '</p>' .
    $languages = get_available_languages(); 
    275276if ( $languages ) : ?>
    276277<tr class="user-language-wrap">
    277278        <th scope="row">
    278                 <label for="site_language"><?php _e( 'Site Language' ); ?></label>
     279                <?php /* translators: The user language selection field label */ ?>
     280                <label for="site_language"><?php _e( 'Language' ); ?></label>
    279281        </th>
    280282        <td>
    281283                <?php