From 0596363567ad6faac194ab479f64d2438bbc0f8f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 17 Jan 2009 18:12:02 +0000 Subject: [PATCH] Localize a couple strings. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28219 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BiblioInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index 4f8ea5dda8..f0db8396de 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -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); -- 2.39.2