Changed button string in optional actions for table structure from "Improve table structure" to "Normalize"
Signed-off-by: Fenn-CS <fenn25.fn@gmail.com>
This commit is contained in:
parent
5cc6856625
commit
485804c8f2
@ -25,7 +25,7 @@ use PMA\libraries\Util;
|
|||||||
<?= Util::getIcon('b_move.png', __('Move columns'), true); ?>
|
<?= Util::getIcon('b_move.png', __('Move columns'), true); ?>
|
||||||
</a>
|
</a>
|
||||||
<a href="normalization.php<?= $url_query; ?>">
|
<a href="normalization.php<?= $url_query; ?>">
|
||||||
<?= Util::getIcon('normalize.png', __('Improve table structure'), true); ?>
|
<?= Util::getIcon('normalize.png', __('Normalize'), true); ?>
|
||||||
</a>
|
</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ($tbl_is_view && ! $db_is_system_schema): ?>
|
<?php if ($tbl_is_view && ! $db_is_system_schema): ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user