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)