Make WordPress Core


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

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

See #32000.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.