Making WordPress.org

Changeset 2252


Ignore:
Timestamp:
01/05/2016 10:02:57 PM (9 years ago)
Author:
ocean90
Message:

Rosetta Roles: Add missing text domains.

See #1240.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/class-translation-editors-list-table.php

    r2237 r2252  
    160160                'All <span class="count">(%s)</span>',
    161161                $total_translation_editors,
    162                 'translation editors'
     162                'translation editors',
     163                'rosetta'
    163164            ),
    164165            number_format_i18n( $total_translation_editors )
     
    177178                    'Translation Editor <span class="count">(%s)</span>',
    178179                    'Translation Editor <span class="count">(%s)</span>',
    179                     $count_translation_editors
     180                    $count_translation_editors,
     181                    'rosetta'
    180182                ),
    181183                number_format_i18n( $count_translation_editors )
     
    195197                    'General Translation Editor <span class="count">(%s)</span>',
    196198                    'General Translation Editor <span class="count">(%s)</span>',
    197                     $count_general_translation_editors
     199                    $count_general_translation_editors,
     200                    'rosetta'
    198201                ),
    199202                number_format_i18n( $count_general_translation_editors )
Note: See TracChangeset for help on using the changeset viewer.