[wp-trac] [WordPress Trac] #5220: Blogger importer says "blogspot"
when it should say "Blog*Spot".
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 17 11:11:08 GMT 2007
#5220: Blogger importer says "blogspot" when it should say "Blog*Spot".
--------------------------+-------------------------------------------------
Reporter: JeremyVisser | Owner: JeremyVisser
Type: defect | Status: new
Priority: low | Milestone: 2.4
Component: General | Version: 2.3
Severity: trivial | Keywords: has-patch
--------------------------+-------------------------------------------------
This is probably over-pedantic, but shouldn't the Blogger importer say
"Blog*Spot" to be politically correct?
{{{
#!diff
--- wp-admin/import/blogger.php~ 2007-10-17 21:05:47.000000000
+1000
+++ wp-admin/import/blogger.php 2007-10-17 21:06:29.000000000 +1000
@@ -12,7 +12,7 @@
$auth_url =
"https://www.google.com/accounts/AuthSubRequest";
$title = __('Import Blogger');
$welcome = __('Howdy! This importer allows you to import
posts and comments from your Blogger account into your WordPress blog.');
- $prereqs = __('To use this importer, you must have a
Google account, an upgraded (New, was Beta) blog, and it must be on
blogspot or a custom domain (not FTP).');
+ $prereqs = __('To use this importer, you must have a
Google Account, an upgraded (New, was Beta) blog, and it must be hosted on
Blog*Spot or a custom domain (not FTP).');
$stepone = __('The first thing you need to do is tell
Blogger to let WordPress access your account. You will be sent back here
after providing authorization.');
$auth = __('Authorize');
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/5220>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list