Changeset 55750
- Timestamp:
- 05/11/2023 02:48:55 PM (19 months ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r53132 r55750 35 35 $this->strings['copy_failed'] = __( 'Could not copy files.' ); 36 36 $this->strings['copy_failed_space'] = __( 'Could not copy files. You may have run out of disk space.' ); 37 $this->strings['start_rollback'] = __( 'Attempting to r oll back toprevious version.' );38 $this->strings['rollback_was_required'] = __( 'Due to an error during updating, WordPress has rolled backto your previous version.' );37 $this->strings['start_rollback'] = __( 'Attempting to restore the previous version.' ); 38 $this->strings['rollback_was_required'] = __( 'Due to an error during updating, WordPress has been restored to your previous version.' ); 39 39 } 40 40 -
trunk/src/wp-admin/includes/file.php
r55703 r55750 311 311 printf( 312 312 /* translators: 1: Line number, 2: File path. */ 313 __( 'Your PHP code changes were rolled backdue to an error on line %1$s of file %2$s. Please fix and try saving again.' ),313 __( 'Your PHP code changes were not applied due to an error on line %1$s of file %2$s. Please fix and try saving again.' ), 314 314 '{{ data.line }}', 315 315 '{{ data.file }}'
Note: See TracChangeset
for help on using the changeset viewer.