mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
I18N: Use a consistent translator comment ("accessibility text") for strings used in aria-label attributes.
See #32000. git-svn-id: https://develop.svn.wordpress.org/trunk@40033 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -651,11 +651,11 @@ function wp_default_scripts( &$scripts ) {
|
||||
'updatedLabel' => __( '%s updated!' ),
|
||||
/* translators: %s: Plugin name and version */
|
||||
'updateFailedLabel' => __( '%s update failed' ),
|
||||
/* translators: JavaScript accessible string */
|
||||
/* translators: Accessibility text */
|
||||
'updatingMsg' => __( 'Updating... please wait.' ), // No ellipsis.
|
||||
/* translators: JavaScript accessible string */
|
||||
/* translators: Accessibility text */
|
||||
'updatedMsg' => __( 'Update completed successfully.' ),
|
||||
/* translators: JavaScript accessible string */
|
||||
/* translators: Accessibility text */
|
||||
'updateCancel' => __( 'Update canceled.' ),
|
||||
'beforeunload' => __( 'Updates may not complete if you navigate away from this page.' ),
|
||||
'installNow' => __( 'Install Now' ),
|
||||
|
||||
Reference in New Issue
Block a user