From c8a0c7f7d8bfc761c2fee50ee06ce1d56d9447ea Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 9 Oct 2017 14:07:42 +0000 Subject: [PATCH] Press This: Use "installation" when referring to the act of installing Press This. Props Presskopp Fixes #41620 git-svn-id: https://develop.svn.wordpress.org/trunk@41794 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/press-this.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/press-this.php b/src/wp-admin/press-this.php index 49473f4e5d..ddf0d6c7aa 100644 --- a/src/wp-admin/press-this.php +++ b/src/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 ); }