diff finch/plugins/lastlog.c @ 20249:45d28c932d3e

applied changes from 82ca9c2040bb139af45e049cfa90e8f909e054bd through d33243e8f5347776c81f81a0e4ba3a76ae5505a5
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 16:00:21 +0000
parents 44b4e8bd759b
children 3cc856ca2338
line wrap: on
line diff
--- a/finch/plugins/lastlog.c	Fri Sep 28 16:00:08 2007 +0000
+++ b/finch/plugins/lastlog.c	Fri Sep 28 16:00:21 2007 +0000
@@ -96,6 +96,7 @@
 {
 	cmd = purple_cmd_register("lastlog", "s", PURPLE_CMD_P_DEFAULT,
 			PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_IM, NULL,
+			/* Translator Note: The "backlog" is the conversation buffer/history. */
 			lastlog_cb, _("lastlog: Searches for a substring in the backlog."), NULL);
 	return TRUE;
 }