Make WordPress Core

Changeset 32078


Ignore:
Timestamp:
04/08/2015 04:58:13 PM (10 years ago)
Author:
ocean90
Message:

Merge strings that describe the same command.

props iseulde.
fixes #31776.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/plugins/wplink/plugin.js

    r31714 r32078  
    2525    editor.addMenuItem( 'link', {
    2626        icon: 'link',
    27         text: 'Insert link',
     27        text: 'Insert/edit link',
    2828        cmd: 'WP_Link',
    2929        stateSelector: 'a[href]',
  • trunk/src/wp-includes/js/tinymce/wp-mce-help.php

    r32060 r32078  
    118118        <tr><th>j</th><td><?php _e('Justify Text'); ?></td><th>c</th><td><?php _e('Align Center'); ?></td></tr>
    119119        <tr><th>d</th><td><span style="text-decoration: line-through;"><?php _e('Strikethrough'); ?></span></td><th>r</th><td><?php _e('Align Right'); ?></td></tr>
    120         <tr><th>u</th><td><strong>&bull;</strong> <?php _e('List'); ?></td><th>a</th><td><?php _e('Insert link'); ?></td></tr>
     120        <tr><th>u</th><td><strong>&bull;</strong> <?php _e('List'); ?></td><th>a</th><td><?php _e('Insert/edit link'); ?></td></tr>
    121121        <tr><th>o</th><td>1. <?php _e('List'); ?></td><th>s</th><td><?php _e('Remove link'); ?></td></tr>
    122122        <tr><th>q</th><td><?php _e('Quote'); ?></td><th>m</th><td><?php _e('Insert Image'); ?></td></tr>
Note: See TracChangeset for help on using the changeset viewer.