[GUI] general document preferences

- add missing tooltip and improve wording of another tooltip
This commit is contained in:
donovaly
2020-03-15 23:21:39 +01:00
committed by wwmayer
parent a30fd205fa
commit 2a4278220d

View File

@@ -442,6 +442,10 @@ automatically run a file recovery when it is started.</string>
</property>
<item>
<widget class="Gui::PrefCheckBox" name="prefSaveBackupExtension">
<property name="toolTip">
<string>Backup files will get extension '.FCbak' and file names
get date suffix according to the specified format</string>
</property>
<property name="text">
<string>Use date and FCBak extension</string>
</property>
@@ -522,12 +526,11 @@ automatically run a file recovery when it is started.</string>
<item row="1" column="0">
<widget class="Gui::PrefCheckBox" name="prefPartialLoading">
<property name="toolTip">
<string>Enable partial loading of external linked document. When enabled, only
the referenced objects and their dependencies will be loaded when a linked
document is auto opened together with the main document.
<string>Enable partial loading of external linked documents.
Then only referenced objects and their dependencies will be loaded
when a linked document is auto-opened together with the main document.
A partially loaded document cannot be edited. Double click the document
icon in the tree view to reload it in full.
</string>
icon in the tree view to fully reload it.</string>
</property>
<property name="text">
<string>Disable partial loading of external linked objects</string>