# HG changeset patch # User Richard Laager # Date 1190887589 0 # Node ID 8d9db4584f02c62f2c6607de2ae0e164cd4b51a7 # Parent 5b37f9f0bd6a8fe033a48e2f0575811d9c30d50e Add a translator note about the word backlog. diff -r 5b37f9f0bd6a -r 8d9db4584f02 finch/plugins/lastlog.c --- 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; }