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.