]> git.lyx.org Git - lyx.git/commitdiff
correct the gettext context for the format of the displayed error message for unknown...
authorStephan Witt <switt@lyx.org>
Mon, 1 Nov 2010 07:03:47 +0000 (07:03 +0000)
committerStephan Witt <switt@lyx.org>
Mon, 1 Nov 2010 07:03:47 +0000 (07:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35961 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInfo.cpp

index 6fee48de2fb71c7934e56339d75fea24c2995ea3..0ec533b457900df49ec10082a94b8652bc59553c 100644 (file)
@@ -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));