diff options
author | John Wiegley <johnw@newartisans.com> | 2009-06-16 15:49:31 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-06-16 15:49:31 +0100 |
commit | ec9745161e819576b373db432eadc3df85fb284a (patch) | |
tree | a4d2cf98adf53969581e0a49a7bed6e2be9ae6c2 | |
parent | 52581053820592dd77d360e4ade28152b0f74aed (diff) | |
download | fork-ledger-ec9745161e819576b373db432eadc3df85fb284a.tar.gz fork-ledger-ec9745161e819576b373db432eadc3df85fb284a.tar.bz2 fork-ledger-ec9745161e819576b373db432eadc3df85fb284a.zip |
Corrected a minor typo
-rw-r--r-- | src/derive.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |