Add tooltips to the Select default and Set as default buttons

This commit is contained in:
kiwidude 2011-06-17 17:55:26 +01:00
parent a933a0c782
commit d269b34dbe

View File

@ -107,6 +107,9 @@
<property name="text">
<string>&amp;Select default</string>
</property>
<property name="toolTip">
<string>Restore your own subset of checked fields that you define using the 'Set as default' button</string>
</property>
</widget>
</item>
<item row="2" column="1">
@ -114,6 +117,9 @@
<property name="text">
<string>&amp;Set as default</string>
</property>
<property name="toolTip">
<string>Store the currently checked fields as a default you can restore using the 'Select default' button</string>
</property>
</widget>
</item>
</layout>