Make WordPress Core

Changeset 40033


Ignore:
Timestamp:
01/31/2017 08:54:49 AM (8 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use a consistent translator comment ("accessibility text") for strings used in aria-label attributes.

See #32000.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r39527 r40033  
    5858        'collapseSidebar'     => __( 'Collapse Sidebar' ),
    5959        'expandSidebar'       => __( 'Expand Sidebar' ),
    60         /* translators: hidden accessibility text */
     60        /* translators: accessibility text */
    6161        'selectFeatureFilter' => __( 'Select one or more Theme features to filter by' ),
    6262    ),
  • trunk/src/wp-includes/script-loader.php

    r39891 r40033  
    652652                /* translators: %s: Plugin name and version */
    653653                'updateFailedLabel'          => __( '%s update failed' ),
    654                 /* translators: JavaScript accessible string */
     654                /* translators: Accessibility text */
    655655                'updatingMsg'                => __( 'Updating... please wait.' ), // No ellipsis.
    656                 /* translators: JavaScript accessible string */
     656                /* translators: Accessibility text */
    657657                'updatedMsg'                 => __( 'Update completed successfully.' ),
    658                 /* translators: JavaScript accessible string */
     658                /* translators: Accessibility text */
    659659                'updateCancel'               => __( 'Update canceled.' ),
    660660                'beforeunload'               => __( 'Updates may not complete if you navigate away from this page.' ),
Note: See TracChangeset for help on using the changeset viewer.