Fixed localization issue in <database> --> Operations window
As pointed out in Bug #4816, fixed a tiny localization issue in <database> --> Operations window Signed-off-by: Anshuman Verma <anshuman@shuffleconnect.com>
This commit is contained in:
parent
35be80ca88
commit
258af1ae55
@ -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