Making WordPress.org

Changeset 5393


Ignore:
Timestamp:
04/20/2017 03:29:30 PM (9 years ago)
Author:
ocean90
Message:

Plugin Directory: Put plugin name in quotes in "Contributors & Developers" section.

Props SergeyBiryukov.
Fixes #2741.

File:
1 edited

Legend:

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

    r5391 r5393  
    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
     
    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                    ),
Note: See TracChangeset for help on using the changeset viewer.