mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 12:14:25 +00:00
Update/Install: Give context to "Deleted! string to allow for differentiation between theme and plugin translations.
Props swissspidy. See #39747. See #37290. git-svn-id: https://develop.svn.wordpress.org/trunk@40035 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -693,7 +693,8 @@ function wp_default_scripts( &$scripts ) {
|
||||
'deleting' => __( 'Deleting...' ),
|
||||
/* translators: %s: Error string for a failed deletion */
|
||||
'deleteFailed' => __( 'Deletion failed: %s' ),
|
||||
'deleted' => __( 'Deleted!' ),
|
||||
'pluginDeleted' => _x( 'Deleted!', 'plugin' ),
|
||||
'themeDeleted' => _x( 'Deleted!', 'theme' ),
|
||||
'livePreview' => __( 'Live Preview' ),
|
||||
'activatePlugin' => is_network_admin() ? __( 'Network Activate' ) : __( 'Activate' ),
|
||||
'activateTheme' => is_network_admin() ? __( 'Network Enable' ) : __( 'Activate' ),
|
||||
|
||||
Reference in New Issue
Block a user