another ispell leftover

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27824 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-12-09 10:45:29 +00:00
parent ba6fd58dbc
commit c5b2eb76b6
2 changed files with 3 additions and 3 deletions

View 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:

View 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;