]> git.lyx.org Git - features.git/commitdiff
Differentiate backups from autosave files (#12659)
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 16 Feb 2023 13:42:44 +0000 (14:42 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 16 Feb 2023 13:42:44 +0000 (14:42 +0100)
src/frontends/qt/ui/PrefDocHandlingUi.ui

index 1546f39640df6cc8bc79ef42f8f5535fe8b6e99a..80cbd6672b906a2211d92769c6af62f747759921 100644 (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">
        <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>