# HG changeset patch # User Mark Doliner # Date 1133638780 0 # Node ID 5907fb1e58a0dc8969dbc19a8b32f7f085b64093 # Parent 1504d878be542a55f11f0e591f4eb86648cbdddc [gaim-migrate @ 14610] Capitalize the I'dle Mak'r menu items committer: Tailor Script diff -r 1504d878be54 -r 5907fb1e58a0 plugins/idle.c --- 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;