From 1ffb565a8ef453d09eac05673fb770f28f6690e2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 15 Oct 2015 14:26:22 -0400 Subject: [PATCH] Use just one term for the same description Signed-off-by: Marc Delisle --- libraries/server_privileges.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 2bccafaad8..8521967f54 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -1460,7 +1460,7 @@ function PMA_getHtmlForAuthPluginsDropdown( $html_output .= ''; } else { $html_output .= '' + . __('Native MySQL Authentication') . '' . ''; }