Typo fix. fixes #2575

git-svn-id: https://develop.svn.wordpress.org/trunk@3661 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-03-29 01:58:53 +00:00
parent cb23290318
commit 196da1e408
1 changed files with 1 additions and 1 deletions

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() {