Make WordPress Core


Ignore:
Timestamp:
05/11/2023 02:48:55 PM (7 months ago)
Author:
audrasjb
Message:

I18N: Replace "Roll back" with "Restore" in user facing strings.

The terms "roll back" and "rolled back" are used in user facing strings since [55720]. These termes are not that clear for novice users and may be difficult to translate in some locales. This changeset replaces "roll back" with "restore" and "rolled back" with "restored" or "not applied" depending of the context of the screen.

Follow-up to [55720].

Props kebbet, costdev, NekoJonez, audrasjb, SergeyBiryukov, davidbaumwald.
Fixes #58282.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r55703 r55750  
    311311                    printf(
    312312                        /* translators: 1: Line number, 2: File path. */
    313                         __( 'Your PHP code changes were rolled back due 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.' ),
    314314                        '{{ data.line }}',
    315315                        '{{ data.file }}'
Note: See TracChangeset for help on using the changeset viewer.