Make WordPress Core

Changeset 19986


Ignore:
Timestamp:
02/24/2012 08:42:36 PM (12 years ago)
Author:
azaozz
Message:

Add new string to the proper i18n object, see #18311

Location:
trunk/wp-includes/js/tinymce/langs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/langs/wp-langs-en.js

    r19982 r19986  
    267267backcolor_desc:"Select background color",
    268268charmap_desc:"Insert custom character",
    269 charmap_usage:"Use left and right arrows to navigate.",
    270269visualaid_desc:"Toggle guidelines/invisible elements",
    271270anchor_desc:"Insert/edit anchor",
     
    312311colorpicker_name:"Name:",
    313312charmap_title:"Select custom character",
     313charmap_usage:"Use left and right arrows to navigate.",
    314314image_title:"Insert/edit image",
    315315image_src:"Image URL",
  • trunk/wp-includes/js/tinymce/langs/wp-langs.php

    r19982 r19986  
    276276backcolor_desc:"' . mce_escape( __('Select background color') ) . '",
    277277charmap_desc:"' . mce_escape( __('Insert custom character') ) . '",
    278 charmap_usage:"' . mce_escape( __('Use left and right arrows to navigate.') ) . '",
    279278visualaid_desc:"' . mce_escape( __('Toggle guidelines/invisible elements') ) . '",
    280279anchor_desc:"' . mce_escape( __('Insert/edit anchor') ) . '",
     
    321320colorpicker_name:"' . mce_escape( _x('Name:', 'html attribute') ) . '",
    322321charmap_title:"' . mce_escape( __('Select custom character') ) . '",
     322charmap_usage:"' . mce_escape( __('Use left and right arrows to navigate.') ) . '",
    323323image_title:"' . mce_escape( __('Insert/edit image') ) . '",
    324324image_src:"' . mce_escape( __('Image URL') ) . '",
Note: See TracChangeset for help on using the changeset viewer.