From c5b2eb76b6943bea9798aeb7f7a2cf75875ce47d Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 9 Dec 2008 10:45:29 +0000 Subject: [PATCH] another ispell leftover git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27824 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXRC.cpp | 4 ++-- src/LyXRC.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 81cc47def6..5750607a1f 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -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: diff --git a/src/LyXRC.h b/src/LyXRC.h index 3ba2c85d2a..a23f3d79aa 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -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; -- 2.39.5