Make WordPress Core

Ticket #38808: 38808-updating.patch

File 38808-updating.patch, 742 bytes (added by ramiy, 8 years ago)
  • wp-includes/script-loader.php

     
    651651                                /* translators: %s: Plugin name and version */
    652652                                'updateFailedLabel'          => __( '%s update failed' ),
    653653                                /* translators: JavaScript accessible string */
    654                                 'updatingMsg'                => __( 'Updating... please wait.' ), // No ellipsis.
     654                                'updatingMsg'                => __( 'Updating...' ), // No ellipsis.
    655655                                /* translators: JavaScript accessible string */
    656656                                'updatedMsg'                 => __( 'Update completed successfully.' ),
    657657                                /* translators: JavaScript accessible string */