This commit is contained in:
Kovid Goyal 2011-06-17 11:04:31 -06:00
commit 0e24951f6c

View File

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