comparison src/gtklog.c @ 11700:249fb5de4c5b

[gaim-migrate @ 13991] Update the system log preference text to match the new name. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 20 Oct 2005 07:41:50 +0000
parents 699daa6808d4
children a53cef8bd22b
comparison
equal deleted inserted replaced
11699:95cc6e1e9388 11700:249fb5de4c5b
417 const char *log_preferences = NULL; 417 const char *log_preferences = NULL;
418 GtkWidget *label; 418 GtkWidget *label;
419 419
420 if (ht == NULL) { 420 if (ht == NULL) {
421 if (!gaim_prefs_get_bool("/core/logging/log_system")) 421 if (!gaim_prefs_get_bool("/core/logging/log_system"))
422 log_preferences = _("System events will only be logged if the <span style=\"italic\">Enable system log preference</span> is set."); 422 log_preferences = _("System events will only be logged if the <span style=\"italic\">Log all status changes to system log</span> preference is enabled.");
423 } else { 423 } else {
424 if (ht->type == GAIM_LOG_IM) { 424 if (ht->type == GAIM_LOG_IM) {
425 if (!gaim_prefs_get_bool("/core/logging/log_ims")) 425 if (!gaim_prefs_get_bool("/core/logging/log_ims"))
426 log_preferences = _("Instant messages will only be logged if the <span style=\"italic\">Log all instant messages</span> preference is enabled."); 426 log_preferences = _("Instant messages will only be logged if the <span style=\"italic\">Log all instant messages</span> preference is enabled.");
427 } else if (ht->type == GAIM_LOG_CHAT) { 427 } else if (ht->type == GAIM_LOG_CHAT) {