Making WordPress.org

Ticket #5084: pending-directions.diff

File pending-directions.diff, 1.4 KB (added by Ipstenu, 5 years ago)
  • trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php

     
    119119                                                        printf(
    120120                                                                /* translators: %s: Amount of pending plugins. */
    121121                                                                esc_html( _n(
    122                                                                         'You have %s plugin being actively reviewed. You must complete this review before you can submit another plugin.',
    123                                                                         'You have %s plugins being actively reviewed. You must complete their reviews before you can submit another plugin.',
     122                                                                        'You have %s plugin being actively reviewed and have been sent an email regarding issues. You must complete this review before you can submit another plugin. Please reply to that email with your corrected code attached or linked in order to proceed with the review.',
     123                                                                        'You have %s plugins being actively reviewed and have been sent emails regarding issues. You must complete their reviews before you can submit another plugin. Please reply to the emails with your corrected code attached or linked in order to proceed with each review.',
    124124                                                                        $submitted_counts->pending,
    125125                                                                        'wporg-plugins'
    126126                                                                ) ),