Make WordPress Core

Changeset 45437


Ignore:
Timestamp:
05/26/2019 03:37:11 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge similar strings in Edit Media help tabs.

Props ramiy.
Fixes #46919.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-advanced.php

    r45224 r45437  
    315315            'title'   => __( 'Overview' ),
    316316            'content' =>
    317                 '<p>' . __( 'This screen allows you to edit four fields for metadata in a file within the media library.' ) . '</p>' .
     317                '<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' .
    318318                '<p>' . __( 'For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '</p>' .
    319319                '<p>' . __( 'Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.' ) . '</p>' .
  • trunk/src/wp-admin/media.php

    r45140 r45437  
    8484                'title'   => __( 'Overview' ),
    8585                'content' =>
    86                       '<p>' . __( 'This screen allows you to edit five fields for metadata in a file within the media library.' ) . '</p>' .
     86                      '<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' .
    8787                      '<p>' . __( 'For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '</p>' .
    8888                      '<p>' . __( 'Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.' ) . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.