Text Changes: Use consistent question wording for plugin and theme deletion confirmations.

Props johnjamesjacoby, Presskopp.
Fixes #44878.

git-svn-id: https://develop.svn.wordpress.org/trunk@45597 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-07-04 09:55:13 +00:00
parent fdc5010ba3
commit e083a928fc
2 changed files with 4 additions and 4 deletions

View File

@@ -346,9 +346,9 @@ if ( $action ) {
<p>
<?php
if ( $data_to_delete ) {
_e( 'Are you sure you wish to delete these files and data?' );
_e( 'Are you sure you want to delete these files and data?' );
} else {
_e( 'Are you sure you wish to delete these files?' );
_e( 'Are you sure you want to delete these files?' );
}
?>
</p>