From c70e959214239256d1bc947a4a940b3b3ee1ac17 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 19 May 2013 02:41:46 -0500 Subject: Add a missing % character --- src/post.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/post.h b/src/post.h index 3206afdd..55ca08e4 100644 --- a/src/post.h +++ b/src/post.h @@ -106,7 +106,7 @@ public: virtual string description() { if (pos) { std::ostringstream buf; - buf << _f("posting at line %1") << pos->beg_line; + buf << _f("posting at line %1%") % pos->beg_line; return buf.str(); } else { return string(_("generated posting")); -- cgit v1.2.3