mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Editor: Make the tooltip for the 'apply' button in the inline link dialog translatable.
Props SergeyBiryukov. Fixes #36366. git-svn-id: https://develop.svn.wordpress.org/trunk@37091 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1044,7 +1044,8 @@ final class _WP_Editors {
|
||||
'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
|
||||
'Edit ' => __( '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
|
||||
'Link options' => __( 'Link options' ),
|
||||
'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
|
||||
|
||||
// Shortcuts help modal
|
||||
'Keyboard Shortcuts' => __( 'Keyboard Shortcuts' ),
|
||||
|
||||
Reference in New Issue
Block a user