Make WordPress Core

Changeset 53587


Ignore:
Timestamp:
06/29/2022 01:37:38 PM (2 years ago)
Author:
audrasjb
Message:

Help/About: Typo correction in the Media Library help tab text.

Follow-up to [53586].

Props SergeyBiryukov.
Fixes #55800.

File:
1 edited

Legend:

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

    r53586 r53587  
    242242                '<p>' . __( 'Hovering over a row reveals action links that allow you to manage media items. You can perform the following actions:' ) . '</p>' .
    243243                '<ul>' .
    244                     '<li>' . __( '<strong>Edit</strong> takes you to simple screen to edit that individual file&#8217;s metadata. You can also reach that screen by clicking on the media file name or thumbnail.' ) . '</li>' .
     244                    '<li>' . __( '<strong>Edit</strong> takes you to a simple screen to edit that individual file&#8217;s metadata. You can also reach that screen by clicking on the media file name or thumbnail.' ) . '</li>' .
    245245                    '<li>' . __( '<strong>Delete Permanently</strong> will delete the file from the media library (as well as from any posts to which it is currently attached).' ) . '</li>' .
    246246                    '<li>' . __( '<strong>View</strong> will take you to a public display page for that file.' ) . '</li>' .
Note: See TracChangeset for help on using the changeset viewer.