changeset 20669:8d9db4584f02

Add a translator note about the word backlog.
author Richard Laager <rlaager@wiktel.com>
date Thu, 27 Sep 2007 10:06:29 +0000
parents 5b37f9f0bd6a
children 6b9e964f0572 02df6998b466
files finch/plugins/lastlog.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/plugins/lastlog.c	Thu Sep 27 08:17:20 2007 +0000
+++ b/finch/plugins/lastlog.c	Thu Sep 27 10:06:29 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;
 }