mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Editor: Use explicit context instead of a trailing space for Edit string in TinyMCE plugins.
Props scottlee, ayubadiputra, NathanAtmoz. Fixes #42543. git-svn-id: https://develop.svn.wordpress.org/trunk@42523 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1275,7 +1275,7 @@ final class _WP_Editors {
|
||||
'Distraction-free writing mode' => array( __( 'Distraction-free writing mode' ), 'accessW' ),
|
||||
'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
|
||||
'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
|
||||
'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
|
||||
'Edit|button' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
|
||||
'Paste URL or type to search' => __( 'Paste URL or type to search' ), // Placeholder for the inline link dialog
|
||||
'Apply' => __( 'Apply' ), // Tooltip for the 'apply' button in the inline link dialog
|
||||
'Link options' => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog
|
||||
|
||||
Reference in New Issue
Block a user