summaryrefslogtreecommitdiffstats
path: root/wp-admin/import.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/import.php')
-rw-r--r--wp-admin/import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/import.php b/wp-admin/import.php
index c97a31b..e04dc31 100644
--- a/wp-admin/import.php
+++ b/wp-admin/import.php
@@ -163,7 +163,7 @@ if ( empty( $importers ) ) {
esc_attr( $data[0] ),
/* translators: %s: Importer name. */
esc_attr( sprintf( _x( 'Install %s now', 'plugin' ), $data[0] ) ),
- __( 'Install Now' )
+ _x( 'Install Now', 'plugin' )
);
} else {
$action = sprintf(