Ticket #741: 741-wp-i18n-teams.patch
File 741-wp-i18n-teams.patch, 997 bytes (added by , 10 years ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/locale-details.php
52 52 </div> 53 53 54 54 55 <h2><?php _e( ' Validators', 'wporg' ); ?></h2>55 <h2><?php _e( 'Translation Editors', 'wporg' ); ?></h2> 56 56 57 57 <?php if ( empty( $locale_data['validators'] ) ) : ?> 58 58 <p><?php printf( __( '%s does not have any validators yet.', 'wporg' ), $locale->english_name ); ?></p> … … 70 70 <?php endif; ?> 71 71 72 72 73 <h2><?php _e( 'Translat ors', 'wporg' ); ?></h2>73 <h2><?php _e( 'Translation Contributors', 'wporg' ); ?></h2> 74 74 75 75 <?php if ( empty( $locale_data['translators'] ) ) : ?> 76 76 <p><?php printf( __( '%s does not have any translators yet.', 'wporg' ), $locale->english_name ); ?></p>