Make WordPress Core


Ignore:
Timestamp:
02/26/2024 08:33:46 PM (13 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-wp-theme-install-list-table.php

    r55911 r57714  
    334334                    /* translators: %s: Theme name. */
    335335                    esc_attr( sprintf( _x( 'Install %s', 'theme' ), $name ) ),
    336                     __( 'Install Now' )
     336                    _x( 'Install Now', 'theme' )
    337337                );
    338338                break;
Note: See TracChangeset for help on using the changeset viewer.