Merge pull request #13070 from Fenn-CS/master

Changed button string in optional actions -table structures
This commit is contained in:
Michal Čihař 2017-03-13 09:42:36 +01:00 committed by GitHub
commit 7bd211a165

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