Ticket #15225: 15225.diff
File 15225.diff, 1.0 KB (added by , 14 years ago) |
---|
-
wp-admin/includes/class-wp-upgrader.php
1080 1080 } 1081 1081 1082 1082 function add_strings() { 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.');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.'); 1084 1084 $this->upgrader->strings['skin_update_failed_error'] = __('An error occured while updating %1$s: <strong>%2$s</strong>.'); 1085 1085 $this->upgrader->strings['skin_update_failed'] = __('The update of %1$s failed.'); 1086 1086 $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>';