Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/wp-includes/media-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ function wp_print_media_templates() {
<?php endif; ?>

<fieldset class="setting-group">
<legend class="name"><?php _e( 'Align' ); ?></legend>
<legend class="name"><?php _e( 'Alignment' ); ?></legend>
<span class="setting align">
<span class="button-group button-large" data-setting="align">
<button class="button" value="left">
Expand Down Expand Up @@ -1151,7 +1151,7 @@ function wp_print_media_templates() {

<h2><?php _e( 'Display Settings' ); ?></h2>
<fieldset class="setting-group">
<legend class="legend-inline"><?php _e( 'Align' ); ?></legend>
<legend class="legend-inline"><?php _e( 'Alignment' ); ?></legend>
<span class="setting align">
<span class="button-group button-large" data-setting="align">
<button class="button" value="left">
Expand Down
Loading