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>'; |
| 465 | if ( '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 | } |