Administration: Capitalize Trash consistently in various messages.

When used as a noun referring to the "virtual" place, `Trash` should be capitalized.

Follow-up to [47233], [48352].

See #45317, #40244.

git-svn-id: https://develop.svn.wordpress.org/trunk@48594 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-07-24 00:19:37 +00:00
parent f2d98192de
commit ce05bc1bd7
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ switch ( $action ) {
break;
case 'trash':
$caution_msg = __( 'You are about to move the following comment to the Trash:' );
$button = __( 'Move to trash' );
$button = __( 'Move to Trash' );
break;
case 'delete':
$caution_msg = __( 'You are about to delete the following comment:' );