]> git.lyx.org Git - lyx.git/commitdiff
another ispell leftover
authorPavel Sanda <sanda@lyx.org>
Tue, 9 Dec 2008 10:45:29 +0000 (10:45 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 9 Dec 2008 10:45:29 +0000 (10:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27824 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXRC.cpp
src/LyXRC.h

index 81cc47def6ffb648f5aab11c1b9d8a98b7fc6bf0..5750607a1f8193abe354f5a13edbff4c2fd83433 100644 (file)
@@ -2665,7 +2665,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
 
        case RC_PERS_DICT:
        case RC_USE_PERS_DICT:
-               str = _("Specify an alternate personal dictionary file. E.g. \".ispell_english\".");
+               str = _("Specify an alternate personal dictionary file. E.g. \".aspell_english\".");
                break;
 
        case RC_PREVIEW:
@@ -2835,7 +2835,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
                break;
 
        case RC_USE_INP_ENC:
-               str = _("Specify whether to pass the -T input encoding option to ispell. Enable this if you cannot check the spelling of words containing accented letters. This may not work with all dictionaries.");
+               str = _("Specify whether to pass the -T input encoding option to aspell. Enable this if you cannot check the spelling of words containing accented letters. This may not work with all dictionaries.");
                break;
 
        case RC_USE_TOOLTIP:
index 3ba2c85d2a713fb131df3bd0a5ffb8a23e1b6157..a23f3d79aa4003522929c0c0e648d16022d1257a 100644 (file)
@@ -321,7 +321,7 @@ public:
        bool use_pixmap_cache;
        /// Use escape chars?
        bool spellchecker_use_esc_chars;
-       /// Alternate language for ispell
+       /// Alternate language for spellchecker
        std::string spellchecker_alt_lang;
        /// Alternate personal dictionary file for the spellchecker
        std::string spellchecker_pers_dict;