Make WordPress Core


Ignore:
Timestamp:
05/07/2018 04:45:42 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Use the terms "erase"/"erasure" instead of "remove"/"removal" for personal data.

Props allendav.
Merges [43175] to the 4.9 branch.
Fixes #43920.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/script-loader.php

    r43092 r43176  
    663663            'xfn', 'privacyToolsL10n', array(
    664664                'noDataFound'     => __( 'No personal data was found for this user.' ),
    665                 'foundAndRemoved' => __( 'All of the personal data found for this user was removed.' ),
    666                 'noneRemoved'     => __( 'Personal data was found for this user but was not removed.' ),
    667                 'someNotRemoved'  => __( 'Personal data was found for this user but some of the personal data found was not removed.' ),
    668                 'removalError'    => __( 'An error occurred while attempting to find and remove personal data.' ),
     665                'foundAndRemoved' => __( 'All of the personal data found for this user was erased.' ),
     666                'noneRemoved'     => __( 'Personal data was found for this user but was not erased.' ),
     667                'someNotRemoved'  => __( 'Personal data was found for this user but some of the personal data found was not erased.' ),
     668                'removalError'    => __( 'An error occurred while attempting to find and erase personal data.' ),
    669669                'noExportFile'    => __( 'No personal data export file was generated.' ),
    670670                'exportError'     => __( 'An error occurred while attempting to export personal data.' ),
Note: See TracChangeset for help on using the changeset viewer.