- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r45647 r45932 114 114 $this->strings['up_to_date'] = __( 'Your translations are all up to date.' ); 115 115 $this->strings['no_package'] = __( 'Update package not available.' ); 116 /* translators: %s: package URL*/116 /* translators: %s: Package URL. */ 117 117 $this->strings['downloading_package'] = sprintf( __( 'Downloading translation from %s…' ), '<span class="code">%s</span>' ); 118 118 $this->strings['unpack_package'] = __( 'Unpacking the update…' );
Note: See TracChangeset
for help on using the changeset viewer.