summaryrefslogtreecommitdiffstats
path: root/wp-admin/import/mt.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/import/mt.php')
-rw-r--r--wp-admin/import/mt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php
index 44bdd61..fc59794 100644
--- a/wp-admin/import/mt.php
+++ b/wp-admin/import/mt.php
@@ -138,7 +138,7 @@ class MT_Import {
$j = -1;
foreach ($authors as $author) {
++ $j;
- echo '<li><i>'.$author.'</i><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30">';
+ echo '<li>'.__('Current author:').' <strong>'.$author.'</strong><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30">';
$this->users_form($j);
echo '</li>';
}