Changeset 45647
- Timestamp:
- 07/16/2019 10:13:01 PM (6 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r45583 r45647 112 112 public function upgrade_strings() { 113 113 $this->strings['starting_upgrade'] = __( 'Some of your translations need updating. Sit tight for a few more seconds while we update them as well.' ); 114 $this->strings['up_to_date'] = __( ' The translations areup to date.' );114 $this->strings['up_to_date'] = __( 'Your translations are all up to date.' ); 115 115 $this->strings['no_package'] = __( 'Update package not available.' ); 116 116 /* translators: %s: package URL */ -
trunk/src/wp-admin/includes/class-wp-site-health.php
r45346 r45647 278 278 public function get_test_plugin_version() { 279 279 $result = array( 280 'label' => __( 'Your plugins are up to date' ),280 'label' => __( 'Your plugins are all up to date' ), 281 281 'status' => 'good', 282 282 'badge' => array( … … 410 410 public function get_test_theme_version() { 411 411 $result = array( 412 'label' => __( 'Your themes are up to date' ),412 'label' => __( 'Your themes are all up to date' ), 413 413 'status' => 'good', 414 414 'badge' => array(
Note: See TracChangeset
for help on using the changeset viewer.