Ticket #46919: 46919.patch
| File 46919.patch, 2.6 KB (added by , 7 years ago) |
|---|
-
wp-admin/edit-form-advanced.php
310 310 'id' => 'overview', 311 311 'title' => __( 'Overview' ), 312 312 'content' => 313 '<p>' . __( 'This screen allows you to edit f our fields for metadata in a file within the media library.' ) . '</p>' .313 '<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' . 314 314 '<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>' . 315 315 '<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>' . 316 316 '<p>' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '</p>', -
wp-admin/media.php
83 83 'id' => 'overview', 84 84 'title' => __( 'Overview' ), 85 85 'content' => 86 '<p>' . __( 'This screen allows you to edit fi ve 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>' . 87 87 '<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>' . 88 88 '<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>' . 89 89 '<p>' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '</p>',