Use just one term for the same description

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-10-15 14:26:22 -04:00
parent 6fa16f81ed
commit 1ffb565a8e

View File

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