From 23c673e8abcb7b0c0ac976e2a915bd7cee554e38 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 7 Dec 2022 13:06:04 +0530 Subject: [PATCH] Fix #1998679 [Enhancement Request: FTS indexing: suggestion for dialog text](https://bugs.launchpad.net/calibre/+bug/1998679) --- src/calibre/gui2/fts/scan.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/fts/scan.py b/src/calibre/gui2/fts/scan.py index 7356e59fe9..b179694919 100644 --- a/src/calibre/gui2/fts/scan.py +++ b/src/calibre/gui2/fts/scan.py @@ -34,7 +34,8 @@ class ScanProgress(QWidget): ' calibre speed up indexing. This is useful if you intend to leave your' ' computer running overnight to quickly finish the indexing.' ' Both your computer and calibre will be less responsive while' - ' fast indexing is active.' + ' fast indexing is active. Closing this window will automatically reset to' + ' slow indexing.' )) la.setWordWrap(True) l.addWidget(la)