Making WordPress.org


Ignore:
Timestamp:
08/10/2018 09:36:18 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory: Improve terminology used when referring to new installations of a plugin.

"Install" is not a noun, and while it might be acceptable to use the verb as a noun, it is not correct. Using the correct noun, "installation", increases clarity, especially for non-native English speakers.

Props johnbillion.
Fixes #3756. See #3062.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php

    r7439 r7602  
    214214            $message = current_user_can( 'plugin_approve' )
    215215                ? __( 'This plugin is disabled (closed, but actively serving updates).', 'wporg-plugins' )
    216                 : __( 'This plugin has been closed for new installs.', 'wporg-plugins' );
     216                : __( 'This plugin has been closed for new installations.', 'wporg-plugins' );
    217217
    218218            $message = sprintf( $error_notice, $message );
Note: See TracChangeset for help on using the changeset viewer.