Making WordPress.org


Ignore:
Timestamp:
10/13/2017 11:56:23 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory: Improve terminology used when referring to active 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 Ipstenu, presskopp.
Fixes #3062.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-meta.php

    r5928 r6027  
    4949                ?>
    5050            </li>
    51             <li><?php printf( __( 'Active installs: %s', 'wporg-plugins' ), '<strong>' . Template::active_installs( false ) . '</strong>' ); ?></li>
     51            <li><?php printf( __( 'Active installations: %s', 'wporg-plugins' ), '<strong>' . Template::active_installs( false ) . '</strong>' ); ?></li>
    5252
    5353            <?php if ( $requires = (string) get_post_meta( $post->ID, 'requires', true ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.