diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php
index 7013c6ccde..d30927ca0d 100644
--- a/wp-admin/import/mt.php
+++ b/wp-admin/import/mt.php
@@ -432,5 +432,5 @@ class MT_Import {
$mt_import = new MT_Import();
-register_importer('mt', __('Movable Type and Typepad'), __('Imports posts and comments from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch'));
+register_importer('mt', __('Movable Type and TypePad'), __('Imports posts and comments from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch'));
?>
\ No newline at end of file