Merge pull request #13070 from Fenn-CS/master
Changed button string in optional actions -table structures
This commit is contained in:
commit
7bd211a165
@ -25,7 +25,7 @@ use PMA\libraries\Util;
|
||||
<?= Util::getIcon('b_move.png', __('Move columns'), true); ?>
|
||||
</a>
|
||||
<a href="normalization.php<?= $url_query; ?>">
|
||||
<?= Util::getIcon('normalize.png', __('Improve table structure'), true); ?>
|
||||
<?= Util::getIcon('normalize.png', __('Normalize'), true); ?>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
<?php if ($tbl_is_view && ! $db_is_system_schema): ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user