Making WordPress.org


Ignore:
Timestamp:
03/24/2019 05:28:43 PM (6 years ago)
Author:
ocean90
Message:

Translate: Change table header "Waiting" to "Waiting/Fuzzy" to match the count of waiting and fuzzy translations.

Fixes #3818.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes.php

    r8348 r8498  
    11<?php
    22$edit_link = gp_link_project_edit_get( $project, __( '(edit)' ) );
    3 $table_headings = array(
    4     'locale'        => __( 'Locale' ),
    5     'stable'        => __( 'Stable' ),
    6     'waiting'       => __( 'Waiting' ),
    7 );
     3$table_headings = [
     4    'locale'        => 'Locale',
     5    'stable'        => 'Stable',
     6    'waiting'       => 'Waiting/Fuzzy',
     7];
    88
    99gp_title( sprintf( __( '%s &lt; GlotPress' ), esc_html( $project->name ) ) );
Note: See TracChangeset for help on using the changeset viewer.