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:
Fenn-CS 2017-03-12 23:19:10 +01:00
parent 5cc6856625
commit 485804c8f2

View File

@ -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): ?>