From 826d0fc879be00c2667f937091ee6fc92cba0d60 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 18 Mar 2008 23:35:57 +0000 Subject: [PATCH] Change strings. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23819 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetCommandParams.cpp | 2 +- src/insets/InsetInfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetCommandParams.cpp b/src/insets/InsetCommandParams.cpp index 583412ef36..b803e18824 100644 --- a/src/insets/InsetCommandParams.cpp +++ b/src/insets/InsetCommandParams.cpp @@ -279,7 +279,7 @@ void InsetCommandParams::read(Lexer & lex) string const test = lex.getString(); if (test != "LatexCommand") { lex.printError("InsetCommandParams: No LatexCommand line found."); - throw ExceptionMessage(WarningException, _("InsetCommandParams error:"), + throw ExceptionMessage(WarningException, _("InsetCommandParams error: "), _("Can't find LatexCommand line.")); } } diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index b61315e49a..442928b7c4 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -65,7 +65,7 @@ void InsetInfo::draw(PainterInfo & pi, int x, int y) const odocstringstream os; os << _("Information regarding ") <<_(nameTranslator().find(type_)) - << _(" ") << from_utf8(name_); + << " " << from_utf8(name_); pi.base.bv->message(os.str()); } } -- 2.39.2