Merge pull request #1610 from Anshu-xLR/Bug4816
Fixed localization issue in <database> --> Operations window
This commit is contained in:
commit
f0d4454cf0
@ -237,7 +237,7 @@ function PMA_getHtmlForChangeDatabaseCharset($db, $table)
|
||||
$html_output .= PMA_Util::getImage('s_asci.png') . ' ';
|
||||
}
|
||||
$html_output .= '<label for="select_db_collation">' . __('Collation')
|
||||
. ':</label>' . "\n"
|
||||
. '</label>' . "\n"
|
||||
. '</legend>' . "\n"
|
||||
. PMA_generateCharsetDropdownBox(
|
||||
PMA_CSDROPDOWN_COLLATION,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user