Differentiate backups from autosave files (#12659)

This commit is contained in:
Juergen Spitzmueller 2023-02-16 14:42:44 +01:00
parent d3c11e3322
commit ef2ca233d6

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>413</width>
<height>497</height>
<width>502</width>
<height>575</height>
</rect>
</property>
<property name="sizePolicy">
@ -99,8 +99,11 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="autoSaveCB">
<property name="toolTip">
<string>If this is checked, LyX saves a temporary copy of changed documents in the given interval. As opposed to the backup above, this snapshot will be removed when changes are being saved. If the application crashes with unsaved changes, the document can be restored to the latest snapshot.</string>
</property>
<property name="text">
<string>&amp;Backup documents, every</string>
<string>Make a&amp;uto-save snapshots every</string>
</property>
</widget>
</item>