changeset 20249:45d28c932d3e

applied changes from 82ca9c2040bb139af45e049cfa90e8f909e054bd through d33243e8f5347776c81f81a0e4ba3a76ae5505a5
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 16:00:21 +0000
parents 59858265fc7b
children 3c1ce7959231
files finch/plugins/lastlog.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;
 }