Make WordPress Core


Ignore:
Timestamp:
02/26/2024 08:33:46 PM (16 months ago)
Author:
swissspidy
Message:

Upgrade/Install: Improve localized strings related to plugin/theme installation and activation.

Adds context to strings where applicable to disambiguate them, coherently throughout the admin. Also improves some of the strings introduced in [57545] to ease localization.

Props swissspidy, costdev.
Fixes #60630. See #22316.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-theme-installer-skin.php

    r55911 r57714  
    139139            '<span aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
    140140            esc_url( $activate_link ),
    141             __( 'Activate' ),
     141            _x( 'Activate', 'theme' ),
    142142            /* translators: Hidden accessibility text. %s: Theme name. */
    143143            sprintf( _x( 'Activate &#8220;%s&#8221;', 'theme' ), $name )
Note: See TracChangeset for help on using the changeset viewer.