Making WordPress.org


Ignore:
Timestamp:
07/27/2015 08:40:14 PM (11 years ago)
Author:
ocean90
Message:

Rosetta: RTL support for the roles plugin.

see #1101.

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

    r1786 r1792  
    237237                if ( $parent->id != $project_id ) {
    238238                    $name = sprintf(
    239                         '%s → %s',
     239                        /* translators: 1: Parent project name, 2: Child project name */
     240                        __( '%1$s →  %2$s', 'rosetta' ),
    240241                        esc_html( $parent->name ),
    241242                        esc_html( $this->projects[ $project_id ]->name )
Note: See TracChangeset for help on using the changeset viewer.