# HG changeset patch
# User Mark Doliner <mark@kingant.net>
# Date 1136747261 0
# Node ID dd84ed4f7f613e995ce123a7340b9ba419dc1aea
# Parent  40584fbf8c6e8bbe881a22a4388dbbc758eed3c8
[gaim-migrate @ 15110]
I like this better.  Gaim Idle is global now.  If you're accounts become
idle and you send a message on any of them, then all of your accounts
become un-idle

committer: Tailor Script <tailor@pidgin.im>

diff -r 40584fbf8c6e -r dd84ed4f7f61 src/gtkprefs.c
--- a/src/gtkprefs.c	Sun Jan 08 18:05:17 2006 +0000
+++ b/src/gtkprefs.c	Sun Jan 08 19:07:41 2006 +0000
@@ -1670,7 +1670,7 @@
 	dd = gaim_gtk_prefs_dropdown(vbox, _("Idle time _reporting:"),
 		GAIM_PREF_STRING, "/core/away/idle_reporting",
 		_("None"), "none",
-		_("Account usage"), "gaim",
+		_("Gaim usage"), "gaim",
 #ifdef USE_SCREENSAVER
 		_("Mouse movement"), "system",
 #endif