Add tooltips for clearing tags and applying CBL transforms
This commit is contained in:
parent
77d340d04d
commit
063b04c543
@ -481,8 +481,11 @@ Hover the mouse over an option for more info.</string>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="cbxClearFormBeforePopulating">
|
||||
<property name="toolTip">
|
||||
<string>Default is to merge downloaded metadata with existing tags</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Clear all existing tags during metadata download, default is to merge downloaded metadata with existing tags.</string>
|
||||
<string>Clear all existing tags during metadata download</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -524,6 +527,9 @@ Hover the mouse over an option for more info.</string>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbxApplyCBLTransformOnCVIMport">
|
||||
<property name="toolTip">
|
||||
<string>Applies to all tags, not just CBL tags</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Apply CBL Transforms on metadata download</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user