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:
parent
0a5885ce3c
commit
0a9951a3b9
@ -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' ),
|
||||
|
Loading…
Reference in New Issue
Block a user