Changeset 45597
- Timestamp:
- 07/04/2019 09:55:13 AM (6 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
-
network/themes.php (modified) (1 diff)
-
plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r45140 r45597 147 147 </ul> 148 148 <?php if ( 1 == $themes_to_delete ) : ?> 149 <p><?php _e( 'Are you sure you w ishto delete this theme?' ); ?></p>149 <p><?php _e( 'Are you sure you want to delete this theme?' ); ?></p> 150 150 <?php else : ?> 151 <p><?php _e( 'Are you sure you w ishto delete these themes?' ); ?></p>151 <p><?php _e( 'Are you sure you want to delete these themes?' ); ?></p> 152 152 <?php endif; ?> 153 153 <form method="post" action="<?php echo esc_url( $_SERVER['REQUEST_URI'] ); ?>" style="display:inline;"> -
trunk/src/wp-admin/plugins.php
r45583 r45597 347 347 <?php 348 348 if ( $data_to_delete ) { 349 _e( 'Are you sure you w ishto delete these files and data?' );349 _e( 'Are you sure you want to delete these files and data?' ); 350 350 } else { 351 _e( 'Are you sure you w ishto delete these files?' );351 _e( 'Are you sure you want to delete these files?' ); 352 352 } 353 353 ?>
Note: See TracChangeset
for help on using the changeset viewer.