Making WordPress.org

Ticket #741: 741-wp-i18n-teams.patch

File 741-wp-i18n-teams.patch, 997 bytes (added by ocean90, 10 years ago)
  • trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/locale-details.php

     
    5252</div>
    5353
    5454
    55 <h2><?php _e( 'Validators', 'wporg' ); ?></h2>
     55<h2><?php _e( 'Translation Editors', 'wporg' ); ?></h2>
    5656
    5757<?php if ( empty( $locale_data['validators'] ) ) : ?>
    5858        <p><?php printf( __( '%s does not have any validators yet.', 'wporg' ), $locale->english_name ); ?></p>
     
    7070<?php endif; ?>
    7171
    7272
    73 <h2><?php _e( 'Translators', 'wporg' ); ?></h2>
     73<h2><?php _e( 'Translation Contributors', 'wporg' ); ?></h2>
    7474
    7575<?php if ( empty( $locale_data['translators'] ) ) : ?>
    7676        <p><?php printf( __( '%s does not have any translators yet.', 'wporg' ), $locale->english_name ); ?></p>