Make WordPress Core


Ignore:
Timestamp:
12/02/2010 11:30:21 PM (14 years ago)
Author:
nacin
Message:

s/occured/occurred/. props aldenta, fixes #15653.

File:
1 edited

Legend:

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

    r16696 r16699  
    10821082    function add_strings() {
    10831083        $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         $this->upgrader->strings['skin_update_failed_error'] = __('An error occured while updating %1$s: <strong>%2$s</strong>.');
     1084        $this->upgrader->strings['skin_update_failed_error'] = __('An error occurred 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>';
Note: See TracChangeset for help on using the changeset viewer.