mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Improve wording
This commit is contained in:
parent
03d9c2dbc4
commit
0f79dbfb47
@ -36,12 +36,12 @@ class ScanProgress(QWidget):
|
|||||||
self.h = h = QHBoxLayout()
|
self.h = h = QHBoxLayout()
|
||||||
l.addLayout(h)
|
l.addLayout(h)
|
||||||
self.wl = la = QLabel(_(
|
self.wl = la = QLabel(_(
|
||||||
'Normally, calibre indexes books slowly in the background,'
|
'Normally, calibre indexes books slowly, in the background,'
|
||||||
' to avoid overloading your computer. You can instead ask'
|
' to avoid overloading your computer. You can instead have'
|
||||||
' calibre to speed up indexing, if you intend to leave your'
|
' calibre speed up indexing. This is useful if you intend to leave your'
|
||||||
' computer running overnight or similar to quickly finish the indexing.'
|
' computer running overnight to quickly finish the indexing.'
|
||||||
' Doing so will likely make both calibre and your computer less responsive,'
|
' Both your computer and calibre will be less responsive while'
|
||||||
' while the fast indexing is running.'
|
' fast indexing is active.'
|
||||||
))
|
))
|
||||||
la.setWordWrap(True)
|
la.setWordWrap(True)
|
||||||
l.addWidget(la)
|
l.addWidget(la)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user