Make WordPress Core


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

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

Props allendav.
Fixes #43920.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r43012 r43175  
    713713            'xfn', 'privacyToolsL10n', array(
    714714                'noDataFound'     => __( 'No personal data was found for this user.' ),
    715                 'foundAndRemoved' => __( 'All of the personal data found for this user was removed.' ),
    716                 'noneRemoved'     => __( 'Personal data was found for this user but was not removed.' ),
    717                 'someNotRemoved'  => __( 'Personal data was found for this user but some of the personal data found was not removed.' ),
    718                 'removalError'    => __( 'An error occurred while attempting to find and remove personal data.' ),
     715                'foundAndRemoved' => __( 'All of the personal data found for this user was erased.' ),
     716                'noneRemoved'     => __( 'Personal data was found for this user but was not erased.' ),
     717                'someNotRemoved'  => __( 'Personal data was found for this user but some of the personal data found was not erased.' ),
     718                'removalError'    => __( 'An error occurred while attempting to find and erase personal data.' ),
    719719                'noExportFile'    => __( 'No personal data export file was generated.' ),
    720720                'exportError'     => __( 'An error occurred while attempting to export personal data.' ),
Note: See TracChangeset for help on using the changeset viewer.