Making WordPress.org

Ticket #2877: 2877.patch

File 2877.patch, 1.0 KB (added by SergeyBiryukov, 7 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php

     
    173173                        $error = __( 'Error: The plugin has no readme.', 'wporg-plugins' );
    174174                       
    175175                        /* translators: 1: readme.txt, 2: readme.md */
    176                         return $error . ' ' . sprintf( __( 'The zip file must include a file named %1$s or %2$s. We recommend using %1s as it will allow you to fully utilize our directory.', 'wporg-plugins' ),
     176                        return $error . ' ' . sprintf( __( 'The zip file must include a file named %1$s or %2$s. We recommend using %1$s as it will allow you to fully utilize our directory.', 'wporg-plugins' ),
    177177                                '<code>readme.txt</code>',
    178178                                '<code>readme.md</code>'
    179179                        );