]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.cpp
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetInfo.cpp
index e28832ef4e3c92ba75ceef7d9202a151baa3e584..335e1b6a103339a0298d560f1bdf9741c2a4f698 100644 (file)
@@ -448,7 +448,7 @@ void InsetInfo::updateInfo()
                        itype = LyXVC::Date;
                string binfo = buffer().lyxvc().revisionInfo(itype);
                if (binfo.empty())
-                       setText(bformat(_("%1$s unknown"), from_ascii(name_)));
+                       setText(from_ascii(name_) + " unknown");
                else
                        setText(from_utf8(binfo));
                break;