Networks and Sites: Use a consistent wording when referring to site deletion on Delete Site screen.

Props burhandodhy, dartiss.
Fixes #50494.

git-svn-id: https://develop.svn.wordpress.org/trunk@48201 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-06-28 14:10:02 +00:00
parent 8d358ca4c7
commit 1857cff7c6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ All at ###SITENAME###
<?php <?php
printf( printf(
/* translators: %s: Site address. */ /* translators: %s: Site address. */
__( "I'm sure I want to permanently disable my site, and I am aware I can never get it back or use %s again." ), __( "I'm sure I want to permanently delete my site, and I am aware I can never get it back or use %s again." ),
$blog->domain . $blog->path $blog->domain . $blog->path
); );
?> ?>