Make WordPress Core


Ignore:
Timestamp:
07/16/2019 10:13:01 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "Your plugins/themes/translations are all up to date" strings.

Props ramiy.
Fixes #47252.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-language-pack-upgrader.php

    r45583 r45647  
    112112    public function upgrade_strings() {
    113113        $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 are up to date.' );
     114        $this->strings['up_to_date']       = __( 'Your translations are all up to date.' );
    115115        $this->strings['no_package']       = __( 'Update package not available.' );
    116116        /* translators: %s: package URL */
Note: See TracChangeset for help on using the changeset viewer.