Make WordPress Core

Ticket #28201: 28201.patch

File 28201.patch, 1.2 KB (added by netweb, 11 years ago)
  • src/wp-admin/update-core.php

     
    462462$title = __('WordPress Updates');
    463463$parent_file = 'index.php';
    464464
    465 $updates_overview  = '<p>' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes and plugins from the WordPress.org repositories.' ) . '</p>';
     465if ( 'en_US' != get_locale() ) {
     466        $updates_overview = '<p>' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes, plugins and translations from the WordPress.org repositories.' ) . '</p>';
     467} else {
     468        $updates_overview = '<p>' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes and plugins from the WordPress.org repositories.' ) . '</p>';
     469}
    466470$updates_overview .= '<p>' . __( 'If an update is available, you&#8127;ll see a notification appear in the Toolbar and navigation menu.' ) . ' ' . __( 'Keeping your site updated is important for security. It also makes the internet a safer place for you and your readers.' ) . '</p>';
    467471
    468472get_current_screen()->add_help_tab( array(