[wp-trac] [WordPress Trac] #16423: Localization: The word "Format" is the same in the post format and tinymce

WordPress Trac wp-trac at lists.automattic.com
Mon Jan 31 11:10:32 UTC 2011


#16423: Localization: The word "Format" is the same in the post format and tinymce
-------------------------+-----------------------------
 Reporter:  settle       |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  I18N         |    Version:  3.1
 Severity:  trivial      |   Keywords:
-------------------------+-----------------------------
 /wp-includes/taxonomy.php

 {{{
 90.                     'name' => __( 'Format' ),
 91.                     'singular_name' => __( 'Format' ),
 }}}

 /wp-includes/js/tinymce/langs/wp-langs.php

 {{{
 185. block:"' . mce_escape( __('Format') ) . '",
 }}}

 /wp-admin/edit-form-advanced

 {{{
 112.    add_meta_box( 'formatdiv', __('Format'), 'post_format_meta_box',
 $post_type, 'side', 'core' );
 }}}




 When updating from sources, poedit treats with Post Format and Tinymce
 Format like they are the same. Can you make them different from each
 other, using _x or something else (I have no knowlidge in coding).

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16423>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list