mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
correct the gettext context for the format of the displayed error message for unknown vcs buffer-info insets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35961 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
81b0f275a8
commit
17b3e30335
@ -438,7 +438,7 @@ void InsetInfo::updateInfo()
|
||||
itype = LyXVC::Date;
|
||||
string binfo = buffer().lyxvc().revisionInfo(itype);
|
||||
if (binfo.empty()) {
|
||||
docstring fmt = _("%1$s unknown[[InsetNote]]");
|
||||
docstring fmt = _("%1$s unknown[[InsetInfo]]");
|
||||
setText(bformat(fmt, from_utf8(name_)));
|
||||
} else
|
||||
setText(from_utf8(binfo));
|
||||
|
Loading…
Reference in New Issue
Block a user