From 6c32fcd0116a45805ae5c7ea3c0dc9f1e0304fdc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 24 Jul 2018 15:03:19 +0000 Subject: [PATCH] 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 --- src/wp-admin/about.php | 3 ++- src/wp-admin/includes/file.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 960cacf9e3..b102329ef2 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -11,7 +11,8 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); wp_enqueue_script( 'underscore' ); -$title = __( 'About' ); +/* translators: Page title of the About WordPress page in the admin. */ +$title = _x( 'About', 'page title' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php index 57d77f4672..3c8f9c221a 100644 --- a/src/wp-admin/includes/file.php +++ b/src/wp-admin/includes/file.php @@ -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(