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.