summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin')
-rw-r--r--wp-admin/import/wordpress.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/import/wordpress.php b/wp-admin/import/wordpress.php
index 028cbf0..78d972f 100644
--- a/wp-admin/import/wordpress.php
+++ b/wp-admin/import/wordpress.php
@@ -136,7 +136,7 @@ class WP_Import {
$j = -1;
foreach ($authors as $author) {
++ $j;
- echo '<li>Current author: <strong>'.$author.'</strong><br />'.'Map to existing: ';
+ echo '<li>'.__('Current author:').' <strong>'.$author.'</strong><br />'.'Map to existing: ';
$this->users_form($j);
echo '</li>';
}