Messed this up, too.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34189 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-04-17 13:29:00 +00:00
parent 7747410bb0
commit 9d7e5b6b41

View File

@ -395,7 +395,7 @@ void InsetInfo::updateInfo()
itype = LyXVC::Date;
string binfo = buffer().lyxvc().revisionInfo(itype);
if (binfo.empty())
setText(bformat(_("[[%1$s unknown]]"), name_));
setText(bformat(_("[[%1$s unknown]]"), from_utf8(name_)));
else
setText(from_utf8(binfo));
break;