From 840fa811043078afbce73a4353ed5c8a25c61b83 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 3 Dec 2010 15:14:00 +0000 Subject: [PATCH] Abdel wants to transliterate git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36682 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiPrefs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 272217a748..6ae52de124 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -1418,13 +1418,13 @@ PrefSpellchecker::PrefSpellchecker(GuiPreferences * form) #undef CONNECT_APPLESPELL #endif #if defined(USE_ASPELL) - spellcheckerCB->addItem("Aspell", QString("aspell")); + spellcheckerCB->addItem(qt_("Aspell"), QString("aspell")); #endif #if defined(USE_ENCHANT) - spellcheckerCB->addItem("Enchant", QString("enchant")); + spellcheckerCB->addItem(qt_("Enchant"), QString("enchant")); #endif #if defined(USE_HUNSPELL) - spellcheckerCB->addItem("Hunspell", QString("hunspell")); + spellcheckerCB->addItem(qt_("Hunspell"), QString("hunspell")); #endif #if defined(CONNECT_APPLESPELL) || defined(USE_ASPELL) || defined(USE_ENCHANT) || defined(USE_HUNSPELL) -- 2.39.2