diff libpurple/protocols/mxit/profile.c @ 29996:f5855edbadb2

The profile attribute is just "Title", not "Job Title".
author andrew.victor@mxit.com
date Wed, 19 May 2010 19:33:22 +0000
parents 29df7408df03
children 26e4c9dcb1e1
line wrap: on
line diff
--- a/libpurple/protocols/mxit/profile.c	Wed May 19 19:21:32 2010 +0000
+++ b/libpurple/protocols/mxit/profile.c	Wed May 19 19:33:22 2010 +0000
@@ -128,7 +128,7 @@
 	purple_notify_user_info_add_section_break( info );
 
 	/* optional information */
-	purple_notify_user_info_add_pair( info, _( "Job Title" ), profile->title );
+	purple_notify_user_info_add_pair( info, _( "Title" ), profile->title );
 	purple_notify_user_info_add_pair( info, _( "First Name" ), profile->firstname );
 	purple_notify_user_info_add_pair( info, _( "Last Name" ), profile->lastname );
 	purple_notify_user_info_add_pair( info, _( "Email" ), profile->email );