changeset 12306:5907fb1e58a0

[gaim-migrate @ 14610] Capitalize the I'dle Mak'r menu items committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 03 Dec 2005 19:39:40 +0000
parents 1504d878be54
children cfffd6fdb073
files plugins/idle.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/idle.c	Sat Dec 03 18:35:37 2005 +0000
+++ b/plugins/idle.c	Sat Dec 03 19:39:40 2005 +0000
@@ -185,16 +185,16 @@
 	GList *l = NULL;
 	GaimPluginAction *act = NULL;
 
-	act = gaim_plugin_action_new(_("Set account idle time"),
+	act = gaim_plugin_action_new(_("Set Account Idle Time"),
 			idle_action);
 	l = g_list_append(l, act);
 
-	act = gaim_plugin_action_new(_("Unset account idle time"),
+	act = gaim_plugin_action_new(_("Unset Account Idle Time"),
 			unidle_action);
 	l = g_list_append(l, act);
 
 	act = gaim_plugin_action_new(
-			_("Unset idle time for all idled accounts"), unidle_all_action);
+			_("Unset Idle Time for All Idled Accounts"), unidle_all_action);
 	l = g_list_append(l, act);
 
 	return l;