Ticket #1750: meta-1750.2.patch
File meta-1750.2.patch, 1.0 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-support.php
49 49 <p> 50 50 <?php 51 51 /* translators: 1: Number of resolved threads; 2: Number of all threads; */ 52 printf( _n( '%1$s of %2$s support thread in the last two months have been marked resolved.', '%1$s of %2$s support threads in the last two months have been marked resolved.', $threads, 'wporg-plugins' ), $resolved, $threads ); 52 printf( _n( 53 '%1$s support thread (of %2$s) in the last two months has been marked resolved.', 54 '%1$s support threads (of %2$s) in the last two months have been marked resolved.', 55 $resolved, 56 'wporg-plugins' 57 ), $resolved, $threads ); 53 58 ?> 54 59 </p> 55 60 <?php endif; ?>