Updated tooltip on fixed width exports

This commit is contained in:
Veronica K. B. Olsen
2019-10-28 11:21:27 +01:00
parent 7eb7fafcbd
commit d030243b5c
+1 -1
View File
@@ -392,7 +392,7 @@ class GuiExportMain(QWidget):
self.fixedWidth.setMaximum(999)
self.fixedWidth.setSingleStep(1)
self.fixedWidth.setValue(self.optState.getSetting("fixWidth"))
self.fixedWidth.setToolTip("Applies to .txt, .md and .tex files. 0 disables the feature.")
self.fixedWidth.setToolTip("Applies to .txt and .md files. A value of '0' disables the feature.")
self.addSettingsForm.addWidget(QLabel("Fixed width"), 0, 0)
self.addSettingsForm.addWidget(self.fixedWidth, 0, 1)