I18N: Separate two "About" strings with different context.

Props desrosj, XpertOne, Nao.
Fixes #44139.

git-svn-id: https://develop.svn.wordpress.org/trunk@43527 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2018-07-24 15:03:19 +00:00
parent 335b69cedc
commit 6c32fcd011
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -2088,7 +2088,8 @@ function wp_privacy_generate_personal_data_export_file( $request_id ) {
// First, build an "About" group on the fly for this report.
$about_group = array(
'group_label' => __( 'About' ),
/* translators: Header for the About section in a personal data export. */
'group_label' => _x( 'About', 'personal data group label' ),
'items' => array(
'about-1' => array(
array(