diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-includes/customize/class-wp-customize-themes-panel.php --- a/wp/wp-includes/customize/class-wp-customize-themes-panel.php Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-themes-panel.php Tue Dec 15 13:49:49 2020 +0100 @@ -71,8 +71,11 @@
' . __( 'Themes' ) . '' ); // Separate strings for consistency with other panels. + printf( + /* translators: %s: Themes panel title in the Customizer. */ + __( 'You are browsing %s' ), + '' . __( 'Themes' ) . '' + ); // Separate strings for consistency with other panels. ?>