diff libpurple/protocols/jabber/libxmpp.c @ 16963:919515748253

Handle people forgetting to enter a domain. Also, change 'server,' in the account options to 'domain,' which is its proper name, and hopefully less confusion
author Sean Egan <seanegan@gmail.com>
date Wed, 09 May 2007 00:02:17 +0000
parents 88444e60ea95
children cbe900af96a8
line wrap: on
line diff
--- a/libpurple/protocols/jabber/libxmpp.c	Tue May 08 22:08:46 2007 +0000
+++ b/libpurple/protocols/jabber/libxmpp.c	Wed May 09 00:02:17 2007 +0000
@@ -191,7 +191,8 @@
         PurpleAccountUserSplit *split;
         PurpleAccountOption *option;
 
-        split = purple_account_user_split_new(_("Server"), NULL, '@');
+	/* Translators: 'domain' is used here in the context of Internet domains, e.g. pidgin.im */
+        split = purple_account_user_split_new(_("Domain"), NULL, '@');
         prpl_info.user_splits = g_list_append(prpl_info.user_splits, split);
 
         split = purple_account_user_split_new(_("Resource"), "Home", '/');