From b9a507932f971ca1a0aaf76f7563c4b1bda9af7f Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 31 Dec 2009 23:00:07 +0000 Subject: [PATCH] Happy new year! The best and no more typos wished for 2010! git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32726 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 4b60132690..db7b4042cd 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -1421,7 +1421,7 @@ void GuiApplication::setGuiLanguage() setRcGuiLanguage(); QString const default_language = toqstr(Messages::defaultLanguage()); - LYXERR(Debug::LOCALE, "Tring to set default locale to: " << default_language); + LYXERR(Debug::LOCALE, "Trying to set default locale to: " << default_language); QLocale const default_locale(default_language); QLocale::setDefault(default_locale); @@ -1434,7 +1434,7 @@ void GuiApplication::setGuiLanguage() // c.f. http://doc.trolltech.com/4.1/qtranslator.html#load if (!d->qt_trans_.load(language_name, QLibraryInfo::location(QLibraryInfo::TranslationsPath))) { - LYXERR(Debug::LOCALE, "Could not find Qt translations for locale " + LYXERR(Debug::LOCALE, "Could not find Qt translations for locale " << language_name); } else { LYXERR(Debug::LOCALE, "Successfully installed Qt translations for locale " -- 2.39.5