Make WordPress Core


Ignore:
Timestamp:
07/16/2016 11:19:05 PM (9 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/includes/class-wp-ms-themes-list-table.php

    r37714 r38071  
    473473
    474474            /* translators: %s: theme name */
    475             $aria_label = sprintf( __( 'Delete %s' ), $theme->display( 'Name' ) );
     475            $aria_label = sprintf( _x( 'Delete %s', 'theme' ), $theme->display( 'Name' ) );
    476476
    477477            $actions['delete'] = sprintf( '<a href="%s" class="delete" aria-label="%s">%s</a>',
Note: See TracChangeset for help on using the changeset viewer.