Sun, 19 Jun 2016 00:07:18 -0500
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[] = {