Ticket #2741: 2741.3.patch
| File 2741.3.patch, 1.2 KB (added by , 9 years ago) |
|---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php
63 63 if ( 1 === $locales_count ) { 64 64 $output .= sprintf( 65 65 /* translators: 1: plugin name, 2: locale name */ 66 __( ' %1$shas been translated into %2$s.' ),66 __( '“%1$s” has been translated into %2$s.' ), 67 67 $title, 68 68 $locales_list 69 69 ) . ' '; … … 71 71 $output .= sprintf( 72 72 /* translators: 1: plugin name, 2: number of locales, 3: list of locales */ 73 73 _n( 74 ' %1$shas been translated into these %2$d locales: %3$s.',75 ' %1$shas 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.', 76 76 $locales_count 77 77 ), 78 78 $title,