diff src/gtklog.c @ 11869:3ba50c385299

[gaim-migrate @ 14160] This should make joining big channels a bit quicker/more efficient. It was really bad before, now it's just bad. My crude testing showed it shaved a few hundred thousand library calls of joining #gaim, so it can't be too bad. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 28 Oct 2005 01:46:12 +0000
parents 8cb75ba77f9d
children 375f1f3817a8
line wrap: on
line diff
--- a/src/gtklog.c	Thu Oct 27 21:48:05 2005 +0000
+++ b/src/gtklog.c	Fri Oct 28 01:46:12 2005 +0000
@@ -313,7 +313,7 @@
 					log_preferences = _("Instant messages will only be logged if the \"Log all instant messages\" preference is enabled.");
 			} else if (ht->type == GAIM_LOG_CHAT) {
 				if (!gaim_prefs_get_bool("/core/logging/log_chats"))
-					log_preferences = _("Chats will only be logged if the \"Log all chats preference\" is enabled.");
+					log_preferences = _("Chats will only be logged if the \"Log all chats\" preference is enabled.");
 			}
 		}