Typo fix. fixes #2575

git-svn-id: http://svn.automattic.com/wordpress/trunk@3661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-03-29 01:58:53 +00:00
parent baa30dd4d8
commit 6ee476b1ec

View File

@ -6,7 +6,7 @@ class GM_Import {
function header() {
echo '<div class="wrap">';
echo '<h2>'.__('Import Graymatter').'</h2>';
echo '<h2>'.__('Import Greymatter').'</h2>';
}
function footer() {