pidgin.mxit: c3185249: Search results can contain users and ser...

andrew.victor at mxit.com andrew.victor at mxit.com
Tue Apr 12 17:35:54 EDT 2011


----------------------------------------------------------------------
Revision: c31852494732b575fbed52e6b86b9a5af1087313
Parent:   6e2fcb3fcbe56805090c6484c498402536a49440
Author:   andrew.victor at mxit.com
Date:     04/12/11 15:59:54
Branch:   im.pidgin.pidgin.mxit
URL: http://d.pidgin.im/viewmtn/revision/info/c31852494732b575fbed52e6b86b9a5af1087313

Changelog: 

Search results can contain users and services - change wording.


Changes against parent 6e2fcb3fcbe56805090c6484c498402536a49440

  patched  libpurple/protocols/mxit/actions.c
  patched  libpurple/protocols/mxit/profile.c

-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/actions.c	aee9a09aa5a1856cdc9a666dda516a63aa5674a4
+++ libpurple/protocols/mxit/actions.c	93bc7be59fdaf6e13515ca7aa2c7b48c388db554
@@ -508,8 +508,8 @@ GList* mxit_actions( PurplePlugin* plugi
 	action = purple_plugin_action_new( _( "Suggested friends..." ), mxit_suggested_friends_action );
 	m = g_list_append( m, action );
 
-	/* search for users */
-	action = purple_plugin_action_new( _( "Search for Users..." ), mxit_user_search_action );
+	/* search for contacts */
+	action = purple_plugin_action_new( _( "Search for contacts..." ), mxit_user_search_action );
 	m = g_list_append( m, action );
 
 	/* display splash-screen */
============================================================
--- libpurple/protocols/mxit/profile.c	67eaafb5ff37d1d7ebbc28b61c67c8ae6cfa07bc
+++ libpurple/protocols/mxit/profile.c	ab846211fba6a1777912d2ddddd4b3862ff4aabf
@@ -254,7 +254,7 @@ void mxit_show_search_results( struct MX
 	gchar*						text;
 
 	if ( !entries ) {
-		mxit_popup( PURPLE_NOTIFY_MSG_INFO, _( "No results" ), _( "No users found." ) );
+		mxit_popup( PURPLE_NOTIFY_MSG_INFO, _( "No results" ), _( "No contacts found." ) );
 		return;
 	}
 


More information about the Commits mailing list