diff --git a/wp-admin/import.php b/wp-admin/import.php
index 0200e56136..f64c5b7011 100644
--- a/wp-admin/import.php
+++ b/wp-admin/import.php
@@ -113,10 +113,16 @@ if (empty ($importers)) {
'"title="' . esc_attr__('Activate importer') . '"">' . $data[0] . '';
}
}
- if ( empty($action) )
- $action = '' . $data[0] . '';
+ } else {
+ $action = $data[0];
+ $data[1] = sprintf( __( 'This importer is not installed. Please install importers from the main site.' ), get_admin_url( $current_site->blog_id, 'import.php' ) );
+ }
+ }
} else {
$action = "{$data[0]}";
}