From 9a16bfb5dc1669e177fa5e34772cbebf723870ec Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 29 Mar 2016 21:11:28 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-editor.php | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 6a14a4b342..2babfa9052 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index cd2ceece12..3849f8a12b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.