Make WordPress Core

Ticket #47252: 47252.patch

File 47252.patch, 1.7 KB (added by ramiy, 6 years ago)
  • wp-admin/includes/class-language-pack-upgrader.php

     
    111111         */
    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 */
    117117                $this->strings['downloading_package'] = sprintf( __( 'Downloading translation from %s&#8230;' ), '<span class="code">%s</span>' );
  • wp-admin/includes/class-wp-site-health.php

     
    277277         */
    278278        public function get_test_plugin_version() {
    279279                $result = array(
    280                         'label'       => __( 'Your plugins are up to date' ),
     280                        'label'       => __( 'Your plugins are all up to date' ),
    281281                        'status'      => 'good',
    282282                        'badge'       => array(
    283283                                'label' => __( 'Security' ),
     
    409409         */
    410410        public function get_test_theme_version() {
    411411                $result = array(
    412                         'label'       => __( 'Your themes are up to date' ),
     412                        'label'       => __( 'Your themes are all up to date' ),
    413413                        'status'      => 'good',
    414414                        'badge'       => array(
    415415                                'label' => __( 'Security' ),