Changeset 55899 for trunk/src/wp-admin/includes/class-plugin-upgrader.php
- Timestamp:
- 06/08/2023 02:16:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r55824 r55899 58 58 $this->strings['no_package'] = __( 'Update package not available.' ); 59 59 /* translators: %s: Package URL. */ 60 $this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code ">%s</span>' );60 $this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code pre">%s</span>' ); 61 61 $this->strings['unpack_package'] = __( 'Unpacking the update…' ); 62 62 $this->strings['remove_old'] = __( 'Removing the old version of the plugin…' ); … … 75 75 $this->strings['no_package'] = __( 'Installation package not available.' ); 76 76 /* translators: %s: Package URL. */ 77 $this->strings['downloading_package'] = sprintf( __( 'Downloading installation package from %s…' ), '<span class="code ">%s</span>' );77 $this->strings['downloading_package'] = sprintf( __( 'Downloading installation package from %s…' ), '<span class="code pre">%s</span>' ); 78 78 $this->strings['unpack_package'] = __( 'Unpacking the package…' ); 79 79 $this->strings['installing_package'] = __( 'Installing the plugin…' );
Note: See TracChangeset
for help on using the changeset viewer.