changeset 12763:dd84ed4f7f61

[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>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Jan 2006 19:07:41 +0000
parents 40584fbf8c6e
children 657895c5f3f2
files src/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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