Make WordPress Core

Changeset 48770


Ignore:
Timestamp:
08/10/2020 01:13:34 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Fix typo in a screen reader text string on the About page.

Follow-up to [48729].

Props pedromendonca.
Fixes #50884.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r48761 r48770  
    9999                        <source src="https://s.w.org/images/core/5.5/auto-updates.webm" type="video/webm" />
    100100                    </video>
    101                     <figcaption id="about-security" class="screen-reader-text"><?php _e( 'Video: Installed plugin screen, which shows a new column, Automatic Updates. In this column are buttons that say "Enable auto-updates." When clicked, the auto-updates feature is turned on for that plugin, and the button switches to say "Disable auto-updates".' ); ?></figcaption>
     101                    <figcaption id="about-security" class="screen-reader-text"><?php _e( 'Video: Installed plugin screen, which shows a new column, Automatic Updates. In this column are buttons that say "Enable auto-updates". When clicked, the auto-updates feature is turned on for that plugin, and the button switches to say "Disable auto-updates".' ); ?></figcaption>
    102102                </figure>
    103103            </div>
Note: See TracChangeset for help on using the changeset viewer.