mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Help/About: Update help tab texts to consistently describe button labels.
This changeset ensures help tab texts consistently refer to the related button labels. Props kebbet, costdev. Fixes #57608. git-svn-id: https://develop.svn.wordpress.org/trunk@55195 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e53d61ac01
commit
b46bb7715c
@ -346,7 +346,7 @@ if ( 'post' === $post_type ) {
|
||||
'<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' .
|
||||
'<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>' .
|
||||
'<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>' .
|
||||
'<p>' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '</p>',
|
||||
'<p>' . __( 'Remember to click Update to save metadata entered or changed.' ) . '</p>',
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@ -88,7 +88,7 @@ switch ( $action ) {
|
||||
'<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' .
|
||||
'<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>' .
|
||||
'<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>' .
|
||||
'<p>' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '</p>',
|
||||
'<p>' . __( 'Remember to click Update to save metadata entered or changed.' ) . '</p>',
|
||||
)
|
||||
);
|
||||
|
||||
@ -134,7 +134,7 @@ switch ( $action ) {
|
||||
|
||||
<form method="post" class="media-upload-form" id="media-single-form">
|
||||
<p class="submit" style="padding-bottom: 0;">
|
||||
<?php submit_button( __( 'Update Media' ), 'primary', 'save', false ); ?>
|
||||
<?php submit_button( __( 'Update' ), 'primary', 'save', false ); ?>
|
||||
</p>
|
||||
|
||||
<div class="media-single">
|
||||
@ -154,7 +154,7 @@ switch ( $action ) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php submit_button( __( 'Update Media' ), 'primary', 'save' ); ?>
|
||||
<?php submit_button( __( 'Update' ), 'primary', 'save' ); ?>
|
||||
<input type="hidden" name="post_id" id="post_id" value="<?php echo isset( $post_id ) ? esc_attr( $post_id ) : ''; ?>" />
|
||||
<input type="hidden" name="attachment_id" id="attachment_id" value="<?php echo esc_attr( $att_id ); ?>" />
|
||||
<input type="hidden" name="action" value="editattachment" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user