Changeset 30862 for branches/4.1/src/wp-includes/class-wp-editor.php
- Timestamp:
- 12/15/2014 02:56:06 PM (10 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-includes/class-wp-editor.php
r30861 r30862 985 985 'Insert' => _x( 'Insert', 'TinyMCE menu' ), 986 986 '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' ), 988 988 'Tools' => _x( 'Tools', 'TinyMCE menu' ), 989 989 'View' => _x( 'View', 'TinyMCE menu' ), … … 999 999 'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar 1000 1000 'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar 1001 'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar 1001 1002 ); 1002 1003
Note: See TracChangeset
for help on using the changeset viewer.