From f14b24792afc18d0be66bbfabc0cba3891e0542f Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 9 Oct 2017 14:08:48 +0000 Subject: [PATCH] Press This: Use "installation" when referring to the act of installing Press This. Props Presskopp Fixes #41620 Built from https://develop.svn.wordpress.org/trunk@41794 git-svn-id: http://core.svn.wordpress.org/trunk@41628 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/press-this.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 49473f4e5d..ddf0d6c7aa 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -60,13 +60,13 @@ function wp_load_press_this() { } wp_die( __( 'The Press This plugin is required.' ) . '
' . $action, - __( 'Install Required' ), + __( 'Installation Required' ), 200 ); } else { wp_die( __( 'Press This is not available. Please contact your site administrator.' ), - __( 'Install Required' ), + __( 'Installation Required' ), 200 ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 1e5f64e184..bbb994b6f0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta1-41793'; +$wp_version = '4.9-beta1-41794'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.