Make WordPress Core

Ticket #15225: 15225.diff

File 15225.diff, 1.0 KB (added by PeteMall, 14 years ago)
  • wp-admin/includes/class-wp-upgrader.php

     
    10801080        }
    10811081
    10821082        function add_strings() {
    1083                 $this->upgrader->strings['skin_upgrade_start'] = __('The update process is starting. This process may take awhile on some hosts, so please be patient.');
     1083                $this->upgrader->strings['skin_upgrade_start'] = __('The update process is starting. This process may take a while on some hosts, so please be patient.');
    10841084                $this->upgrader->strings['skin_update_failed_error'] = __('An error occured while updating %1$s: <strong>%2$s</strong>.');
    10851085                $this->upgrader->strings['skin_update_failed'] = __('The update of %1$s failed.');
    10861086                $this->upgrader->strings['skin_update_successful'] = __('%1$s updated successfully.').' <a onclick="%2$s" href="#" class="hide-if-no-js"><span>'.__('Show Details').'</span><span class="hidden">'.__('Hide Details').'</span>.</a>';