Make WordPress Core

Changeset 41793


Ignore:
Timestamp:
10/09/2017 01:48:37 PM (7 years ago)
Author:
johnbillion
Message:

Customize: Don't use an abbreviation in screen reader help text.

Props pixolin
Fixes 42153

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r41790 r41793  
    48504850        $section_description .= '<li id="editor-keyboard-trap-help-2">' . __( 'In the editing area, the Tab key enters a tab character.' ) . '</li>';
    48514851        $section_description .= '<li id="editor-keyboard-trap-help-3">' . __( 'To move away from this area, press the Esc key followed by the Tab key.' ) . '</li>';
    4852         $section_description .= '<li id="editor-keyboard-trap-help-4">' . __( 'Screen reader users: when in forms mode, you may need to press the Esc key twice.' ) . '</li>';
     4852        $section_description .= '<li id="editor-keyboard-trap-help-4">' . __( 'Screen reader users: when in forms mode, you may need to press the escape key twice.' ) . '</li>';
    48534853        $section_description .= '</ul>';
    48544854
Note: See TracChangeset for help on using the changeset viewer.