]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
Fix bug 2195: Slowness in rendering inside insets, especially on the Mac
[lyx.git] / src / ispell.C
index ffe619e6b4a6b67c208f5e94420e1327d33f7c7b..34c291a648f8a7021db62045c4fdf47f6a7050bc 100644 (file)
@@ -265,7 +265,7 @@ ISpell::ISpell(BufferParams const & params, string const & lang)
                error_ = buf;
        } else {
                // select returned error
-               error_ = _("The spell process returned an error.\nPerhaps "
+               error_ = _("The ispell process returned an error.\nPerhaps "
                                "it has been configured wrongly ?");
        }
 
@@ -374,7 +374,7 @@ enum ISpell::Result ISpell::check(WordLangTuple const & word)
        bool error = select(err_read);
 
        if (error) {
-               error_ = _("Could not communicate with the spell-checker program.");
+               error_ = _("Could not communicate with the ispell spellchecker process.");
                return UNKNOWN_WORD;
        }