Make WordPress Core


Ignore:
Timestamp:
02/24/2012 01:58:18 AM (13 years ago)
Author:
azaozz
Message:

HTML in image captions, first run, see #18311

File:
1 edited

Legend:

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

    r19420 r19982  
    276276backcolor_desc:"' . mce_escape( __('Select background color') ) . '",
    277277charmap_desc:"' . mce_escape( __('Insert custom character') ) . '",
     278charmap_usage:"' . mce_escape( __('Use left and right arrows to navigate.') ) . '",
    278279visualaid_desc:"' . mce_escape( __('Toggle guidelines/invisible elements') ) . '",
    279280anchor_desc:"' . mce_escape( __('Insert/edit anchor') ) . '",
     
    508509img_title:"' . mce_escape( __('Title') ) . '",
    509510caption:"' . mce_escape( __('Caption') ) . '",
     511insert_link:"' . mce_escape( __('Insert link') ) . '",
     512linked_text:"' . mce_escape( __('Linked text') ) . '",
    510513alt:"' . mce_escape( __('Alternate Text') ) . '"
    511514});
Note: See TracChangeset for help on using the changeset viewer.