# HG changeset patch # User Richard Laager # Date 1190995221 0 # Node ID 45d28c932d3e599683b5d57bb99579ae083455d2 # Parent 59858265fc7b872b60b4b43ad25efb319c111f8f applied changes from 82ca9c2040bb139af45e049cfa90e8f909e054bd through d33243e8f5347776c81f81a0e4ba3a76ae5505a5 diff -r 59858265fc7b -r 45d28c932d3e finch/plugins/lastlog.c --- 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; }