Skip to content

Commit

Permalink
Fix slightly odd line breaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Oct 25, 2023
1 parent 7ce9d83 commit bf44eea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/wp-admin/includes/class-wp-upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ public function generic_strings() {
/* translators: %s: Directory name. */
$this->strings['fs_no_folder'] = __( 'Unable to locate needed folder (%s).' );

$this->strings['no_package'] = __( 'Package not available.' );

$this->strings['no_package'] = __( 'Package not available.' );
$this->strings['download_failed'] = __( 'Download failed.' );
$this->strings['installing_package'] = __( 'Installing the latest version…' );
$this->strings['no_files'] = __( 'The package contains no files.' );
Expand Down

0 comments on commit bf44eea

Please sign in to comment.