From ec9745161e819576b373db432eadc3df85fb284a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 16 Jun 2009 15:49:31 +0100 Subject: Corrected a minor typo --- src/derive.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/derive.cc b/src/derive.cc index 4874f479..40f1ecd0 100644 --- a/src/derive.cc +++ b/src/derive.cc @@ -98,7 +98,7 @@ namespace { foreach (const post_template_t& post, posts) { straccstream accum; out << std::endl - << ACCUM(accum << _("[Posting \"%1\"]_") + << ACCUM(accum << _("[Posting \"%1\"]") << (post.from ? _("from") : _("to"))) << std::endl; -- cgit v1.2.3