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-plugin-installer-skin.php

    r55911 r57714  
    122122                '<a class="button button-primary" href="%s" target="_parent">%s</a>',
    123123                wp_nonce_url( 'plugins.php?action=activate&amp;networkwide=1&amp;plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_file ),
    124                 __( 'Network Activate' )
     124                _x( 'Network Activate', 'plugin' )
    125125            );
    126126            unset( $install_actions['activate_plugin'] );
Note: See TracChangeset for help on using the changeset viewer.