Make WordPress Core


Ignore:
Timestamp:
10/24/2017 10:46:27 PM (8 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use a consistent pattern for translator comments for placeholders in some more Customizer strings.

See #41974.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r41997 r42006  
    46104610            'l10n' => array(
    46114611                'confirmDeleteTheme' => __( 'Are you sure you want to delete this theme?' ),
    4612                 /* translators: %d is the number of theme search results, which cannot currently consider singular vs. plural forms */
     4612                /* translators: %d: number of theme search results, which cannot currently consider singular vs. plural forms */
    46134613                'themeSearchResults' => __( '%d themes found' ),
    4614                 /* translators: %d is the number of themes being displayed, which cannot currently consider singular vs. plural forms */
     4614                /* translators: %d: number of themes being displayed, which cannot currently consider singular vs. plural forms */
    46154615                'announceThemeCount' => __( 'Displaying %d themes' ),
    4616                 /* translators: %s is the theme name */
     4616                /* translators: %s: theme name */
    46174617                'announceThemeDetails' => __( 'Showing details for theme: %s' ),
    46184618            ),
Note: See TracChangeset for help on using the changeset viewer.