pidgin/pidgin

Cleanup AIM/ICQ authentication descriptions
release-2.x.y
2016-06-19, Richard Laager
8e5dc795608f
Parents 387a2fc8af0e
Children 2c04b241e1c6
Cleanup AIM/ICQ authentication descriptions
--- a/libpurple/protocols/oscar/oscar.c Sun Jun 19 01:08:36 2016 -0300
+++ b/libpurple/protocols/oscar/oscar.c Sun Jun 19 00:07:18 2016 -0500
@@ -5784,9 +5784,9 @@
NULL
};
static const gchar *aim_login_keys[] = {
- N_("Use clientLogin authentication"),
- N_("Use Kerberos-based authentication"),
- N_("Use MD5 based authentication"),
+ N_("clientLogin"),
+ N_("Kerberos"),
+ N_("MD5-based"),
NULL
};
static const gchar *aim_login_values[] = {
@@ -5796,8 +5796,8 @@
NULL
};
static const gchar *icq_login_keys[] = {
- N_("Use clientLogin authentication"),
- N_("Use MD5 based authentication"),
+ N_("clientLogin"),
+ N_("MD5-based"),
NULL
};
static const gchar *icq_login_values[] = {