Skip to content

Commit 314a092

Browse files
committed
Fix some typos. props xibe, fixes #13537.
git-svn-id: https://develop.svn.wordpress.org/trunk@14898 602fd350-edb4-49c9-b593-d223f7449a82
1 parent bf69494 commit 314a092

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

wp-admin/import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
$popular_importers = array(
4848
'blogger' => array( __('Blogger'), __('Install the Blogger importer to import posts, comments, and users from a Blogger blog.'), 'install' ),
4949
'wpcat2tag' => array(__('Categories and Tags Converter'), __('Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.'), 'install'),
50-
'livejournal' => array( __( 'LiveJournal' ), __( 'Install the LiveJounral importer to import posts from LiveJournal using their API.' ), 'install' ),
50+
'livejournal' => array( __( 'LiveJournal' ), __( 'Install the LiveJournal importer to import posts from LiveJournal using their API.' ), 'install' ),
5151
'movabletype' => array( __('Movable Type and TypePad'), __('Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.'), 'install' ),
5252
'opml' => array( __('Blogroll'), __('Install the blogroll importer to import links in OPML format.'), 'install' ),
5353
'rss' => array( __('RSS'), __('Install the RSS importer to import posts from an RSS feed.'), 'install' ),

wp-signup.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,10 @@ function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user
387387
$active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); // return "all", "none", "blog" or "user"
388388

389389
// Make the signup type translatable.
390-
$i18n_signup['all'] = _x('all', 'Mulitisite active signup type');
391-
$i18n_signup['none'] = _x('none', 'Mulitisite active signup type');
392-
$i18n_signup['blog'] = _x('blog', 'Mulitisite active signup type');
393-
$i18n_signup['user'] = _x('user', 'Mulitisite active signup type');
390+
$i18n_signup['all'] = _x('all', 'Multisite active signup type');
391+
$i18n_signup['none'] = _x('none', 'Multisite active signup type');
392+
$i18n_signup['blog'] = _x('blog', 'Multisite active signup type');
393+
$i18n_signup['user'] = _x('user', 'Multisite active signup type');
394394

395395
if ( is_super_admin() )
396396
echo '<div class="mu_alert">' . sprintf( __( 'Greetings Site Administrator! You are currently allowing &#8220;%s&#8221; registrations. To change or disable registration go to your <a href="%s">Options page</a>.' ), $i18n_signup[$active_signup], esc_url( network_admin_url( 'ms-options.php' ) ) ) . '</div>';

0 commit comments

Comments
 (0)