Corrected a minor typo

This commit is contained in:
John Wiegley 2009-06-16 15:49:31 +01:00
parent 5258105382
commit ec9745161e

View file

@ -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;