From 098fc4bc89fd18f7ec394fac6e4de4462095417a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 23 Jul 2020 20:19:20 +0000 Subject: [PATCH] I18N: Merge two "Return to top" strings. Props ramiy, carike, whyisjake. Fixes #50743. git-svn-id: https://develop.svn.wordpress.org/trunk@48588 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-privacy-policy-content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-privacy-policy-content.php b/src/wp-admin/includes/class-wp-privacy-policy-content.php index c3f6873e1b..676d5b6736 100644 --- a/src/wp-admin/includes/class-wp-privacy-policy-content.php +++ b/src/wp-admin/includes/class-wp-privacy-policy-content.php @@ -424,7 +424,7 @@ final class WP_Privacy_Policy_Content { $content .= ''; } - $content .= ' ' . __( 'Return to Top' ) . ''; + $content .= ' ' . __( 'Return to top' ) . ''; $content .= ''; // End of .privacy-text-section. }