summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post.h b/src/post.h
index 78928f23..f4bff01f 100644
--- a/src/post.h
+++ b/src/post.h
@@ -106,7 +106,7 @@ public:
virtual string description() {
if (pos) {
std::ostringstream buf;
- buf << _("posting at line %1") << pos->beg_line;
+ buf << _f("posting at line %1") << pos->beg_line;
return buf.str();
} else {
return string(_("generated posting"));