Make WordPress Core


Ignore:
Timestamp:
01/21/2010 09:37:43 PM (15 years ago)
Author:
ryan
Message:

i18n fixes. Props nbachiyski. fixes #11954

File:
1 edited

Legend:

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

    r12752 r12789  
    4444        $this->strings['bad_request'] = __('Invalid Data provided.');
    4545        $this->strings['fs_unavailable'] = __('Could not access filesystem.');
    46         $this->strings['fs_error'] = __('Filesystem error');
     46        $this->strings['fs_error'] = __('Filesystem error.');
    4747        $this->strings['fs_no_root_dir'] = __('Unable to locate WordPress Root directory.');
    4848        $this->strings['fs_no_content_dir'] = __('Unable to locate WordPress Content directory (wp-content).');
     
    5555        $this->strings['folder_exists'] = __('Destination folder already exists.');
    5656        $this->strings['mkdir_failed'] = __('Could not create directory.');
    57         $this->strings['bad_package'] = __('Incompatible Archive');
     57        $this->strings['bad_package'] = __('Incompatible Archive.');
    5858
    5959        $this->strings['maintenance_start'] = __('Enabling Maintenance mode…');
     
    469469        foreach ( $plugins as $plugin ) {
    470470
    471             $this->show_before = sprintf( '<h4>' . __('Updating plugin %1$d of %2$d...') . '</h4>', $i, $all );
     471            $this->show_before = sprintf( '<h4>' . __('Updating plugin %1$d of %2$d&#8230;') . '</h4>', $i, $all );
    472472            $i++;
    473473
Note: See TracChangeset for help on using the changeset viewer.