diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php index 0dd0e1ff43..b3eff07ae8 100644 --- a/src/wp-admin/theme-install.php +++ b/src/wp-admin/theme-install.php @@ -57,7 +57,7 @@ wp_localize_script( 'theme', '_wpThemeSettings', array( 'noThemesFound' => __( 'No themes found. Try a different search.' ), 'collapseSidebar' => __( 'Collapse Sidebar' ), 'expandSidebar' => __( 'Expand Sidebar' ), - /* translators: hidden accessibility text */ + /* translators: accessibility text */ 'selectFeatureFilter' => __( 'Select one or more Theme features to filter by' ), ), 'installedThemes' => array_keys( $installed_themes ), diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php index 7c571070f6..81c1cb8f5b 100644 --- a/src/wp-includes/script-loader.php +++ b/src/wp-includes/script-loader.php @@ -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' ),