Skip to content

Commit 0fb4f61

Browse files
committed
Revisions: Fix typo in navigation help text.
Fixes a typo in the a11y helper text explaining how to navigate revisions. "Change revision by using the left and arrow keys" becomes "Change revision by using the left and right arrow keys". Follow up to [59225]. Props pedromendonca, sabernhardt, fierevere, swissspidy. Fixes #62306. git-svn-id: https://develop.svn.wordpress.org/trunk@59306 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ea88e1f commit 0fb4f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/revision.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ function wp_print_revision_templates() {
380380

381381
<script id="tmpl-revisions-slider-hidden-help" type="text/html">
382382
<h2 class="screen-reader-text"><?php esc_html_e( 'Select a revision' ); ?></h2>
383-
<p id="revisions-slider-hidden-help" hidden><?php esc_html_e( 'Change revision by using the left and arrow keys' ); ?></p>
383+
<p id="revisions-slider-hidden-help" hidden><?php esc_html_e( 'Change revision by using the left and right arrow keys' ); ?></p>
384384
</script>
385385

386386
<script id="tmpl-revisions-checkbox" type="text/html">

0 commit comments

Comments
 (0)