aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-backend-ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/backend/pas/pas-backend-ldap.c')
-rw-r--r--addressbook/backend/pas/pas-backend-ldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/backend/pas/pas-backend-ldap.c b/addressbook/backend/pas/pas-backend-ldap.c
index 3ef2bcb4dd..09a6d258de 100644
--- a/addressbook/backend/pas/pas-backend-ldap.c
+++ b/addressbook/backend/pas/pas-backend-ldap.c
@@ -594,11 +594,11 @@ query_ldap_root_dse (PASBackendLDAP *bl)
g_object_unref (bl->priv->supported_auth_methods);
bl->priv->supported_auth_methods = e_list_new ((EListCopyFunc)g_strdup, (EListFreeFunc)g_free, NULL);
- auth_method = g_strdup_printf ("ldap/simple-binddn|%s", _());
+ auth_method = g_strdup_printf ("ldap/simple-binddn|%s", _("Using Distinguished Name (DN)"));
e_list_append (bl->priv->supported_auth_methods, auth_method);
g_free (auth_method);
- auth_method = g_strdup_printf ("ldap/simple-email|%s");
+ auth_method = g_strdup_printf ("ldap/simple-email|%s", _("Using Email Address"));
e_list_append (bl->priv->supported_auth_methods, auth_method);
g_free (auth_method);