Make WordPress Core


Ignore:
Timestamp:
07/16/2016 11:19:05 PM (8 years ago)
Author:
SergeyBiryukov
Message:

I18N: After [38057], consistently use a context for other instances of Activate %s, Network Activate %s, and Delete %s strings.

See #37290.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r38057 r38071  
    251251            <?php
    252252            /* translators: %s: Theme name */
    253             $aria_label = sprintf( __( 'Activate %s' ), '{{ data.name }}' );
     253            $aria_label = sprintf( _x( 'Activate %s', 'theme' ), '{{ data.name }}' );
    254254            ?>
    255255            <# if ( data.activate_url ) { #>
Note: See TracChangeset for help on using the changeset viewer.