diff src/protocols/msn/msn.c @ 12243:d3cb077caf3e

[gaim-migrate @ 14545] HIG-ify some protocol actions. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 28 Nov 2005 01:59:29 +0000
parents 4d3119205a33
children e346a085bb4f
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Mon Nov 28 01:50:56 2005 +0000
+++ b/src/protocols/msn/msn.c	Mon Nov 28 01:59:29 2005 +0000
@@ -618,31 +618,31 @@
 	GList *m = NULL;
 	GaimPluginAction *act;
 
-	act = gaim_plugin_action_new(_("Set Friendly Name"),
+	act = gaim_plugin_action_new(_("Set Friendly Name..."),
 								 msn_show_set_friendly_name);
 	m = g_list_append(m, act);
 	m = g_list_append(m, NULL);
 
-	act = gaim_plugin_action_new(_("Set Home Phone Number"),
+	act = gaim_plugin_action_new(_("Set Home Phone Number..."),
 								 msn_show_set_home_phone);
 	m = g_list_append(m, act);
 
-	act = gaim_plugin_action_new(_("Set Work Phone Number"),
+	act = gaim_plugin_action_new(_("Set Work Phone Number..."),
 			msn_show_set_work_phone);
 	m = g_list_append(m, act);
 
-	act = gaim_plugin_action_new(_("Set Mobile Phone Number"),
+	act = gaim_plugin_action_new(_("Set Mobile Phone Number..."),
 			msn_show_set_mobile_phone);
 	m = g_list_append(m, act);
 	m = g_list_append(m, NULL);
 
 #if 0
-	act = gaim_plugin_action_new(_("Enable/Disable Mobile Devices"),
+	act = gaim_plugin_action_new(_("Enable/Disable Mobile Devices..."),
 			msn_show_set_mobile_support);
 	m = g_list_append(m, act);
 #endif
 
-	act = gaim_plugin_action_new(_("Allow/Disallow Mobile Pages"),
+	act = gaim_plugin_action_new(_("Allow/Disallow Mobile Pages..."),
 			msn_show_set_mobile_pages);
 	m = g_list_append(m, act);