Changeset 19986 for trunk/wp-includes/js/tinymce/langs/wp-langs.php
- Timestamp:
- 02/24/2012 08:42:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/langs/wp-langs.php
r19982 r19986 276 276 backcolor_desc:"' . mce_escape( __('Select background color') ) . '", 277 277 charmap_desc:"' . mce_escape( __('Insert custom character') ) . '", 278 charmap_usage:"' . mce_escape( __('Use left and right arrows to navigate.') ) . '",279 278 visualaid_desc:"' . mce_escape( __('Toggle guidelines/invisible elements') ) . '", 280 279 anchor_desc:"' . mce_escape( __('Insert/edit anchor') ) . '", … … 321 320 colorpicker_name:"' . mce_escape( _x('Name:', 'html attribute') ) . '", 322 321 charmap_title:"' . mce_escape( __('Select custom character') ) . '", 322 charmap_usage:"' . mce_escape( __('Use left and right arrows to navigate.') ) . '", 323 323 image_title:"' . mce_escape( __('Insert/edit image') ) . '", 324 324 image_src:"' . mce_escape( __('Image URL') ) . '",
Note: See TracChangeset
for help on using the changeset viewer.