Making WordPress.org

Changeset 3206


Ignore:
Timestamp:
05/20/2016 10:19:20 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Swap arguments so the message makes sense again.

See #1719, [3183].

File:
1 edited

Legend:

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

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