Merge pull request #1610 from Anshu-xLR/Bug4816

Fixed localization issue in <database> --> Operations window
This commit is contained in:
Marc Delisle 2015-03-24 07:55:45 -04:00
commit f0d4454cf0

View File

@ -237,7 +237,7 @@ function PMA_getHtmlForChangeDatabaseCharset($db, $table)
$html_output .= PMA_Util::getImage('s_asci.png') . '&nbsp';
}
$html_output .= '<label for="select_db_collation">' . __('Collation')
. ':</label>' . "\n"
. '</label>' . "\n"
. '</legend>' . "\n"
. PMA_generateCharsetDropdownBox(
PMA_CSDROPDOWN_COLLATION,