summaryrefslogtreecommitdiffstats
path: root/wp-admin/import/rss.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-12-07 10:17:25 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-12-07 10:17:25 +0000
commite7b243973132b555e66a0517e25232ba213bc35e (patch)
treeff9d04034493cc544d1064e56a1c8b8265d63b3f /wp-admin/import/rss.php
parentf57c5009b529dcc2494fc719f605ef64b7f9b4c7 (diff)
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@819 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/import/rss.php')
-rw-r--r--wp-admin/import/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/import/rss.php b/wp-admin/import/rss.php
index 8a9b9a6..944b297 100644
--- a/wp-admin/import/rss.php
+++ b/wp-admin/import/rss.php
@@ -22,7 +22,7 @@ class RSS_Import {
function greet() {
echo '<div class="narrow">';
- echo '<p>'.__('Howdy! This importer allows you to extract posts from any RSS 2.0 file into your blog. This is useful if you want to import your posts from a system that is not handled by a custom import tool. Pick an RSS file to upload and click Import.').'</p>';
+ echo '<p>'.__('Howdy! This importer allows you to extract posts from an RSS 2.0 file into your blog. This is useful if you want to import your posts from a system that is not handled by a custom import tool. Pick an RSS file to upload and click Import.').'</p>';
wp_import_upload_form("admin.php?import=rss&amp;step=1");
echo '</div>';
}