Make WordPress Core


Ignore:
Timestamp:
01/21/2010 09:37:43 PM (16 years ago)
Author:
ryan
Message:

i18n fixes. Props nbachiyski. fixes #11954

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/mt.php

    r12513 r12789  
    6060        $users = $wpdb->get_results("SELECT * FROM $wpdb->users ORDER BY ID");
    6161?><select name="userselect[<?php echo $n; ?>]">
    62     <option value="#NONE#"><?php _e('- Select -') ?></option>
     62    <option value="#NONE#"><?php _e('&mdash; Select &mdash;') ?></option>
    6363    <?php
    6464
     
    270270            if ( 1 < strlen($post->post_keywords) ) {
    271271                // Keywords exist.
    272                 printf(__('<br />Adding tags <i>%s</i>...'), stripslashes($post->post_keywords));
     272                printf('<br />'.__('Adding tags <em>%s</em>...'), stripslashes($post->post_keywords));
    273273                wp_add_post_tags($post_id, $post->post_keywords);
    274274            }
Note: See TracChangeset for help on using the changeset viewer.