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 ); }