]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
header ordering.
[lyx.git] / src / BiblioInfo.cpp
index 4f8ea5dda8c4c2592107b5647e3c2789b0422876..f0db8396def4261ed8db6c33273f290c372466ad 100644 (file)
@@ -318,9 +318,9 @@ docstring const & BibTeXInfo::getInfo(BibTeXInfo const * const xref) const
        if (docLoc.empty()) {
                docLoc = getValueForKey("chapter", xref);
                if (!docLoc.empty())
-                       docLoc = from_ascii("Ch. ") + docLoc;
+                       docLoc = _("Ch. ") + docLoc;
        }       else {
-               docLoc = from_ascii("pp. ") + docLoc;
+               docLoc = _("pp. ") + docLoc;
        }
 
        docstring media = getValueForKey("journal", xref);