]> git.lyx.org Git - lyx.git/commitdiff
This is not limited to BibTeX. Missing citation keys can also happen for standard...
authorJulien Rioux <jrioux@lyx.org>
Mon, 5 Dec 2011 13:17:55 +0000 (13:17 +0000)
committerJulien Rioux <jrioux@lyx.org>
Mon, 5 Dec 2011 13:17:55 +0000 (13:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40378 a592a061-630c-0410-9148-cb99ea01b6c8

src/BiblioInfo.cpp

index c2761067d33e2975603791703286bc5b83dc303b..6b48f026368b6d2681828d49e9ae42e9d143744e 100644 (file)
@@ -666,7 +666,7 @@ docstring const BiblioInfo::getInfo(docstring const & key,
 {
        BiblioInfo::const_iterator it = find(key);
        if (it == end())
-               return docstring(_("BibTeX entry not found!"));
+               return docstring(_("Bibliography entry not found!"));
        BibTeXInfo const & data = it->second;
        BibTeXInfo const * xrefptr = 0;
        docstring const xref = data.getXRef();