Mercurial > pidgin.yaz
changeset 11699:95cc6e1e9388
[gaim-migrate @ 13990]
I guess we should keep referring to this as the system log
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 20 Oct 2005 04:05:09 +0000 |
parents | a647f92e1d57 |
children | 249fb5de4c5b |
files | src/gtkprefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkprefs.c Thu Oct 20 04:04:06 2005 +0000 +++ b/src/gtkprefs.c Thu Oct 20 04:05:09 2005 +0000 @@ -1402,7 +1402,7 @@ "/core/logging/log_ims", vbox); gaim_gtk_prefs_checkbox(_("Log all c_hats"), "/core/logging/log_chats", vbox); - gaim_gtk_prefs_checkbox(_("Log all _status changes"), + gaim_gtk_prefs_checkbox(_("Log all _status changes to system log"), "/core/logging/log_system", vbox); gtk_widget_show_all(ret);