From 8bda02eec61ad7fd0e7889bc50657de8c3fdbe45 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 May 2019 15:37:11 +0000 Subject: [PATCH] I18N: Merge similar strings in Edit Media help tabs. Props ramiy. Fixes #46919. git-svn-id: https://develop.svn.wordpress.org/trunk@45437 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-form-advanced.php | 2 +- src/wp-admin/media.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/edit-form-advanced.php b/src/wp-admin/edit-form-advanced.php index b7f6fad9ab..ba78675924 100644 --- a/src/wp-admin/edit-form-advanced.php +++ b/src/wp-admin/edit-form-advanced.php @@ -314,7 +314,7 @@ if ( 'post' == $post_type ) { 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => - '

' . __( 'This screen allows you to edit four fields for metadata in a file within the media library.' ) . '

' . + '

' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '

' . '

' . __( '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.' ) . '

' . '

' . __( '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.' ) . '

' . '

' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '

', diff --git a/src/wp-admin/media.php b/src/wp-admin/media.php index 480eac7cfb..1984b51d66 100644 --- a/src/wp-admin/media.php +++ b/src/wp-admin/media.php @@ -83,7 +83,7 @@ switch ( $action ) { 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => - '

' . __( 'This screen allows you to edit five fields for metadata in a file within the media library.' ) . '

' . + '

' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '

' . '

' . __( '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.' ) . '

' . '

' . __( '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.' ) . '

' . '

' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '

',