Cleanup AIM/ICQ authentication descriptions release-2.x.y

Sun, 19 Jun 2016 00:07:18 -0500

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 19 Jun 2016 00:07:18 -0500
branch
release-2.x.y
changeset 37799
8e5dc795608f
parent 37798
387a2fc8af0e
child 37801
2c04b241e1c6

Cleanup AIM/ICQ authentication descriptions

libpurple/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- 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[] = {

mercurial