Corrected a minor typo
This commit is contained in:
parent
5258105382
commit
ec9745161e
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ namespace {
|
||||||
foreach (const post_template_t& post, posts) {
|
foreach (const post_template_t& post, posts) {
|
||||||
straccstream accum;
|
straccstream accum;
|
||||||
out << std::endl
|
out << std::endl
|
||||||
<< ACCUM(accum << _("[Posting \"%1\"]_")
|
<< ACCUM(accum << _("[Posting \"%1\"]")
|
||||||
<< (post.from ? _("from") : _("to")))
|
<< (post.from ? _("from") : _("to")))
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue