Make WordPress Core

Changeset 30861


Ignore:
Timestamp:
12/15/2014 02:54:09 PM (10 years ago)
Author:
johnbillion
Message:

TinyMCE: make the tooltip for the remove button in the image toolbar translatable.

Merges [30835] to the 4.1 branch.

Props pavelevap
Fixes #30694

Location:
branches/4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

  • branches/4.1/src/wp-includes/class-wp-editor.php

    r30757 r30861  
    985985            'Insert' => _x( 'Insert', 'TinyMCE menu' ),
    986986            'File' => _x( 'File', 'TinyMCE menu' ),
    987             'Edit' => _x( 'Edit', 'TinyMCE menu' ),
     987            'Edit' => _x( 'Edit', 'TinyMCE menu and tooltip for the Edit button in the image toolbar' ),
    988988            'Tools' => _x( 'Tools', 'TinyMCE menu' ),
    989989            'View' => _x( 'View', 'TinyMCE menu' ),
     
    998998            'Distraction Free Writing' => __( 'Distraction Free Writing' ),
    999999            'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
     1000            'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
    10001001        );
    10011002
Note: See TracChangeset for help on using the changeset viewer.