Capitalization fixes in importers. Hat tip: Niall.

git-svn-id: https://develop.svn.wordpress.org/trunk@4369 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2006-10-10 09:07:06 +00:00
parent 765a3175bd
commit 978275a654
3 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ class MT_Import {
function header() {
echo '<div class="wrap">';
echo '<h2>'.__('Import Movable Type and Typepad').'</h2>';
echo '<h2>'.__('Import Movable Type and TypePad').'</h2>';
}
function footer() {
@@ -432,5 +432,5 @@ class MT_Import {
$mt_import = new MT_Import();
register_importer('mt', __('Movable Type and Typepad'), __('Imports <strong>posts and comments</strong> from your Movable Type or Typepad blog'), array ($mt_import, 'dispatch'));
?>
register_importer('mt', __('Movable Type and Typepad'), __('Imports <strong>posts and comments</strong> from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch'));
?>