Making WordPress.org

Ticket #2741: 2741.3.patch

File 2741.3.patch, 1.2 KB (added by SergeyBiryukov, 9 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php

     
    6363                        if ( 1 === $locales_count ) {
    6464                                $output .= sprintf(
    6565                                        /* translators: 1: plugin name, 2: locale name */
    66                                         __( '%1$s has been translated into %2$s.' ),
     66                                        __( '“%1$s” has been translated into %2$s.' ),
    6767                                        $title,
    6868                                        $locales_list
    6969                                ) . ' ';
     
    7171                                $output .= sprintf(
    7272                                        /* translators: 1: plugin name, 2: number of locales, 3: list of locales */
    7373                                        _n(
    74                                                 '%1$s has been translated into these %2$d locales: %3$s.',
    75                                                 '%1$s has been translated into these %2$d locales: %3$s.',
     74                                                '“%1$s” has been translated into these %2$d locales: %3$s.',
     75                                                '“%1$s” has been translated into these %2$d locales: %3$s.',
    7676                                                $locales_count
    7777                                        ),
    7878                                        $title,