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/theme-install.php

    r56548 r57714  
    205205    </label>
    206206    <input type="file" id="themezip" name="themezip" accept=".zip" />
    207     <?php submit_button( __( 'Install Now' ), '', 'install-theme-submit', false ); ?>
     207    <?php submit_button( _x( 'Install Now', 'theme' ), '', 'install-theme-submit', false ); ?>
    208208</form>
    209209    <?php
Note: See TracChangeset for help on using the changeset viewer.