]> git.lyx.org Git - lyx.git/commitdiff
Happy new year!
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 31 Dec 2009 23:00:07 +0000 (23:00 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 31 Dec 2009 23:00:07 +0000 (23:00 +0000)
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

index 4b60132690cbb20d92592b79cbceb066b3e3d54e..db7b4042cd7aebae0a6d32acca0f2e533b8d2e0c 100644 (file)
@@ -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 "