mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user