Making WordPress.org


Ignore:
Timestamp:
06/12/2016 10:22:45 AM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Add missing singular translation form.

Props deconf.
Fixes #1750.

File:
1 edited

Legend:

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

    r3206 r3339  
    5050            <?php
    5151            /* translators: 1: Number of resolved threads; 2: Number of all threads; */
    52             printf( __( '%1$s of %2$s support threads in the last two months have been marked resolved.', 'wporg-plugins' ), $resolved, $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 );
    5353            ?>
    5454        </p>
Note: See TracChangeset for help on using the changeset viewer.