Make WordPress Core

Changeset 15978


Ignore:
Timestamp:
10/26/2010 05:40:54 PM (14 years ago)
Author:
nacin
Message:

s/awhile/a while/. props jane, PeteMall, fixes #15225.

File:
1 edited

Legend:

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

    r15977 r15978  
    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.');
Note: See TracChangeset for help on using the changeset viewer.