Add a missing % character
This commit is contained in:
parent
62c2ab968c
commit
c70e959214
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ public:
|
||||||
virtual string description() {
|
virtual string description() {
|
||||||
if (pos) {
|
if (pos) {
|
||||||
std::ostringstream buf;
|
std::ostringstream buf;
|
||||||
buf << _f("posting at line %1") << pos->beg_line;
|
buf << _f("posting at line %1%") % pos->beg_line;
|
||||||
return buf.str();
|
return buf.str();
|
||||||
} else {
|
} else {
|
||||||
return string(_("generated posting"));
|
return string(_("generated posting"));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue