Make WordPress Core


Ignore:
Timestamp:
12/13/2014 12:46:20 AM (12 years ago)
Author:
azaozz
Message:

TinyMCE: add another Edit translatable string for the tooltip of the Edit button on the image toolbar. Props pavelevap, see #30694.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r30835 r30839  
    985985                        'Insert' => _x( 'Insert', 'TinyMCE menu' ),
    986986                        'File' => _x( 'File', 'TinyMCE menu' ),
    987                         'Edit' => _x( 'Edit', 'TinyMCE menu and tooltip for the Edit button in the image toolbar' ),
     987                        'Edit' => _x( 'Edit', 'TinyMCE menu' ),
    988988                        'Tools' => _x( 'Tools', 'TinyMCE menu' ),
    989989                        'View' => _x( 'View', 'TinyMCE menu' ),
     
    999999                        'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
    10001000                        'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
     1001                        'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
    10011002                );
    10021003
Note: See TracChangeset for help on using the changeset viewer.