add a tooltip to manage theme button. fixes #2633
This commit is contained in:
parent
745434fdab
commit
d8391be1dd
|
@ -296,6 +296,7 @@
|
|||
<child>
|
||||
<widget class="GtkButton" id="manage_theme_button">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Configure color and font of the interface</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Ma_nage...</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
|
Loading…
Reference in New Issue