Merge branch 'QA_4_5'

This commit is contained in:
Marc Delisle 2015-10-15 14:26:51 -04:00
commit f99e889d4f

View File

@ -1563,7 +1563,7 @@ function PMA_getHtmlForAuthPluginsDropdown(
$html_output .= '</select>';
} else {
$html_output .= '<option value="mysql_native_password" >'
. __('MySQL Native Authentication') . '</option>'
. __('Native MySQL Authentication') . '</option>'
. '</select>';
}