Making WordPress.org

Ticket #6987: meta-6987-corrected.diff

File meta-6987-corrected.diff, 1.0 KB (added by yani.iliev, 17 months ago)

The corrections include: Changed "We ask you no longer attempt" to "We ask that you no longer attempt". Changed "can rolled back" to "can be rolled back".

  • trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php

     
    123123
    124124                if ( empty( $readme->stable_tag ) ) {
    125125                        $warnings[] = sprintf(
    126                                 /* translators: 1: 'Stable tag', 2: /trunk/ SVN directory, 3: 'Stable tag: trunk' */
    127                                 __( 'The %1$s field is missing.  Hint: If you treat %2$s as stable, put %3$s.', 'wporg-plugins' ),
     126                                /* translators: 1: 'Stable tag', 2: /trunk/ SVN directory*/
     127                                __( 'The %1$s field is missing.  Note: We ask that you no longer attempt to use %2$s as stable, so that all plugins can be rolled back.', 'wporg-plugins' ),
    128128                                '<code>Stable tag</code>',
    129                                 '<code>/trunk/</code>',
    130                                 '<code>Stable tag: trunk</code>'
     129                                '<code>/trunk/</code>'
    131130                        );
    132131                }
    133132