Clarify instructions on how to download dictionaries on Windows

This commit is contained in:
Veronica Berglyd Olsen
2023-03-20 22:36:49 +01:00
parent 357d1fa83b
commit 8bada3c468
2 changed files with 25 additions and 13 deletions
+1 -1
View File
@@ -1359,7 +1359,7 @@ class GuiDocEditor(QTextEdit):
if self._docHandle is None or self._nwItem is None:
return
logger.debug("User selectee %d words", wCount)
logger.debug("User selected %d words", wCount)
self.docFooter.updateCounts(wCount=wCount, cCount=cCount)
self.wcTimerSel.stop()