Changeset 12789 for trunk/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 01/21/2010 09:37:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-upgrader.php
r12752 r12789 44 44 $this->strings['bad_request'] = __('Invalid Data provided.'); 45 45 $this->strings['fs_unavailable'] = __('Could not access filesystem.'); 46 $this->strings['fs_error'] = __('Filesystem error ');46 $this->strings['fs_error'] = __('Filesystem error.'); 47 47 $this->strings['fs_no_root_dir'] = __('Unable to locate WordPress Root directory.'); 48 48 $this->strings['fs_no_content_dir'] = __('Unable to locate WordPress Content directory (wp-content).'); … … 55 55 $this->strings['folder_exists'] = __('Destination folder already exists.'); 56 56 $this->strings['mkdir_failed'] = __('Could not create directory.'); 57 $this->strings['bad_package'] = __('Incompatible Archive ');57 $this->strings['bad_package'] = __('Incompatible Archive.'); 58 58 59 59 $this->strings['maintenance_start'] = __('Enabling Maintenance mode…'); … … 469 469 foreach ( $plugins as $plugin ) { 470 470 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…') . '</h4>', $i, $all ); 472 472 $i++; 473 473
Note: See TracChangeset
for help on using the changeset viewer.