From ae72cc12b076a65245ba1ce2dec5c9746e53f9e8 Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Thu, 4 Mar 2021 19:08:38 +0000 Subject: [PATCH] Help/About: Clarify two strings. The intro text has been updated for accuracy and to make it easier for translation. The button text has been updated for accuracy. Props jdy68, audrasjb, marybaum, davidbaumwald. See #52347. git-svn-id: https://develop.svn.wordpress.org/trunk@50495 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index c6452e10e1..583bc956a2 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -58,11 +58,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

@@ -111,7 +107,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

Buttons block: now you can align the content in buttons vertically. And you can set the width of a button to a preset percentage.' ); + _e( 'Buttons block: now you can choose a vertical or a horizontal layout. And you can set the width of a button to a preset percentage.' ); ?>