mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 17:43:11 +02:00
Add tooltips to the Select default and Set as default buttons
This commit is contained in:
parent
a933a0c782
commit
d269b34dbe
1 changed files with 6 additions and 0 deletions
|
|
@ -107,6 +107,9 @@
|
|||
<property name="text">
|
||||
<string>&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>&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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue