Editor: Make the tooltip for the 'apply' button in the inline link dialog translatable.

Props SergeyBiryukov.
Fixes #36366.
Built from https://develop.svn.wordpress.org/trunk@37091


git-svn-id: http://core.svn.wordpress.org/trunk@37058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-03-29 21:11:28 +00:00
parent 0e53ff6692
commit 9a16bfb5dc
2 changed files with 3 additions and 2 deletions

View File

@ -1044,7 +1044,8 @@ final class _WP_Editors {
'Remove' => __( 'Remove' ), // Tooltip for the 'remove' 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 ' => __( '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 '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 // Shortcuts help modal
'Keyboard Shortcuts' => __( 'Keyboard Shortcuts' ), 'Keyboard Shortcuts' => __( 'Keyboard Shortcuts' ),

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-RC1-37088'; $wp_version = '4.5-RC1-37091';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.