Make WordPress Core


Ignore:
Timestamp:
10/09/2017 02:07:42 PM (8 years ago)
Author:
johnbillion
Message:

Press This: Use "installation" when referring to the act of installing Press This.

Props Presskopp
Fixes #41620

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/press-this.php

    r41584 r41794  
    6161        wp_die(
    6262            __( 'The Press This plugin is required.' ) . '<br />' . $action,
    63             __( 'Install Required' ),
     63            __( 'Installation Required' ),
    6464            200
    6565        );
     
    6767        wp_die(
    6868            __( 'Press This is not available. Please contact your site administrator.' ),
    69             __( 'Install Required' ),
     69            __( 'Installation Required' ),
    7070            200
    7171        );
Note: See TracChangeset for help on using the changeset viewer.