From d20e7a81225a70979b57fc2d2c7e90411955ecee Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 19 Sep 2019 12:01:57 -0400 Subject: [PATCH] Fix typo missed in previous commit https://github.com/olivierkes/manuskript/pull/489#issuecomment-533195819 --- manuskript/ui/settings_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuskript/ui/settings_ui.py b/manuskript/ui/settings_ui.py index 585930bc..4c89281f 100644 --- a/manuskript/ui/settings_ui.py +++ b/manuskript/ui/settings_ui.py @@ -1855,7 +1855,7 @@ class Ui_Settings(object): self.chkAutoSaveNoChanges.setText(_translate("Settings", "If no changes during")) self.label_14.setText(_translate("Settings", "seconds.")) self.chkSaveOnQuit.setText(_translate("Settings", "Save on project close")) - self.chkSaveToZip.setToolTip(_translate("Settings", "

If you check this option, your project will be save as one single file. Easier to copy or backup, but does not allow collaborative editing, or versioning.
If this is unchecked, your project will be save as a folder containing many small files.

")) + self.chkSaveToZip.setToolTip(_translate("Settings", "

If you check this option, your project will be saved as one single file. Easier to copy or backup, but does not allow collaborative editing, or versioning.
If this is unchecked, your project will be save as a folder containing many small files.

")) self.chkSaveToZip.setText(_translate("Settings", "Save to one single file")) self.lblTitleGeneral_2.setText(_translate("Settings", "Revisions")) self.label_44.setText(_translate("Settings", "Revisions are a way to keep track of modifications. For each text item, it stores any changes you make to the main text, allowing you to see and restoring previous versions."))