Preferences doc size limit unit is kB, not kb
This commit is contained in:
@@ -573,7 +573,7 @@ class GuiConfigEditEditingTab(QWidget):
|
|||||||
"Big document limit",
|
"Big document limit",
|
||||||
self.bigDocLimit,
|
self.bigDocLimit,
|
||||||
"Disables full spell checking over the size limit.",
|
"Disables full spell checking over the size limit.",
|
||||||
theUnit="kb"
|
theUnit="kB"
|
||||||
)
|
)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user