Thu, 20 Oct 2005 07:41:50 +0000
[gaim-migrate @ 13991]
Update the system log preference text to match the new name.
| src/gtklog.c | file | annotate | diff | comparison | revisions |
--- a/src/gtklog.c Thu Oct 20 04:05:09 2005 +0000 +++ b/src/gtklog.c Thu Oct 20 07:41:50 2005 +0000 @@ -419,7 +419,7 @@ if (ht == NULL) { if (!gaim_prefs_get_bool("/core/logging/log_system")) - log_preferences = _("System events will only be logged if the <span style=\"italic\">Enable system log preference</span> is set."); + log_preferences = _("System events will only be logged if the <span style=\"italic\">Log all status changes to system log</span> preference is enabled."); } else { if (ht->type == GAIM_LOG_IM) { if (!gaim_prefs_get_bool("/core/logging/log_ims"))