mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
I18N: Add context to some plugin and theme strings for consistency.
Props ramiy, audrasjb. Fixes #50710. git-svn-id: https://develop.svn.wordpress.org/trunk@48520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -156,7 +156,7 @@ if ( empty( $importers ) ) {
|
||||
esc_attr( $plugin_slug ),
|
||||
esc_attr( $data[0] ),
|
||||
/* translators: %s: Importer name. */
|
||||
esc_attr( sprintf( __( 'Install %s now' ), $data[0] ) ),
|
||||
esc_attr( sprintf( _x( 'Install %s now', 'plugin' ), $data[0] ) ),
|
||||
__( 'Install Now' )
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user