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
This commit is contained in:
John Blackbourn 2017-10-09 14:07:42 +00:00
parent 5fb2e03781
commit c8a0c7f7d8
1 changed files with 2 additions and 2 deletions

View File

@ -60,13 +60,13 @@ function wp_load_press_this() {
} }
wp_die( wp_die(
__( 'The Press This plugin is required.' ) . '<br />' . $action, __( 'The Press This plugin is required.' ) . '<br />' . $action,
__( 'Install Required' ), __( 'Installation Required' ),
200 200
); );
} else { } else {
wp_die( wp_die(
__( 'Press This is not available. Please contact your site administrator.' ), __( 'Press This is not available. Please contact your site administrator.' ),
__( 'Install Required' ), __( 'Installation Required' ),
200 200
); );
} }