Changeset 37635
- Timestamp:
- 06/05/2016 12:21:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r37488 r37635 115 115 public function upgrade_strings() { 116 116 $this->strings['starting_upgrade'] = __( 'Some of your translations need updating. Sit tight for a few more seconds while we update them as well.' ); 117 $this->strings['up_to_date'] = __( 'The translation is up to date.' ); // We need to silently skip this case117 $this->strings['up_to_date'] = __( 'The translations are up to date.' ); 118 118 $this->strings['no_package'] = __( 'Update package not available.' ); 119 119 $this->strings['downloading_package'] = __( 'Downloading translation from <span class="code">%s</span>…' ); … … 182 182 if ( empty( $language_updates ) ) { 183 183 $this->skin->header(); 184 $this->skin->before();185 184 $this->skin->set_result( true ); 186 185 $this->skin->feedback( 'up_to_date' ); 187 $this->skin->after();188 186 $this->skin->bulk_footer(); 189 187 $this->skin->footer();
Note: See TracChangeset
for help on using the changeset viewer.