Making WordPress.org

Changeset 3544


Ignore:
Timestamp:
06/22/2016 01:16:20 PM (10 years ago)
Author:
ocean90
Message:

Plugin Directory: Add a missing textdomain.

File:
1 edited

Legend:

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

    r3512 r3544  
    5959                                        <?php
    6060                                        /* Translators: 1: AMount of resolved threads; 2: Amount of total threads; */
    61                                         printf( __( '%1$s out of %2$s' ), $resolved, $threads );
     61                                        printf( __( '%1$s out of %2$s', 'wporg-plugins' ), $resolved, $threads );
    6262                                        ?>
    6363                                </span>
Note: See TracChangeset for help on using the changeset viewer.