From 8614e19b25603f81118c69da9908efe5c55c99a8 Mon Sep 17 00:00:00 2001 From: chrys Date: Thu, 6 Sep 2018 13:47:57 +0200 Subject: [PATCH] Update spell_check.py --- src/fenrirscreenreader/commands/commands/spell_check.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fenrirscreenreader/commands/commands/spell_check.py b/src/fenrirscreenreader/commands/commands/spell_check.py index 326ed866..dbd5cad0 100644 --- a/src/fenrirscreenreader/commands/commands/spell_check.py +++ b/src/fenrirscreenreader/commands/commands/spell_check.py @@ -26,7 +26,6 @@ class command(): return _('checks the spelling of the current word') def updateSpellLanguage(self): if not initialized: - self.env['runtime']['outputManager'].presentText(_('pyenchant is not installed'), interrupt=True) return self.spellChecker = enchant.Dict(self.env['runtime']['settingsManager'].getSetting('general', 'spellCheckLanguage')) self.language = self.env['runtime']['settingsManager'].getSetting('general', 'spellCheckLanguage')