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:
Anshuman 'xLR' Verma 2015-03-23 20:39:00 +05:30
parent 35be80ca88
commit 258af1ae55

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,