diff libpurple/protocols/mxit/actions.c @ 30089:29df7408df03

Eliminate the name collisions on "Title". I have a few qualms: * I'm only guessing that Novell and Mxit's "Title" corresponds to the same thing as Jabber's (i.e. the vCard spec) * I changed MySpace and MSN's tune names to be in line with XMPP's, but they seem a bit ugly. * See the XXX in QQ Closes #1157, hopefully
author Paul Aurich <paul@darkrain42.org>
date Sun, 04 Apr 2010 04:31:54 +0000
parents 259bbfb423d4
children 40a1111c34d3
line wrap: on
line diff
--- a/libpurple/protocols/mxit/actions.c	Sun Apr 04 03:42:16 2010 +0000
+++ b/libpurple/protocols/mxit/actions.c	Sun Apr 04 04:31:54 2010 +0000
@@ -335,7 +335,7 @@
 	purple_request_field_group_add_field( group, field );
 
 	/* title */
-	field = purple_request_field_string_new( "title", _( "Title" ), profile->title, FALSE );
+	field = purple_request_field_string_new( "title", _( "Job Title" ), profile->title, FALSE );
 	purple_request_field_group_add_field( group, field );
 
 	/* first name */