GUI: Improve toolbar button tooltips.
This commit is contained in:
parent
f7c0377412
commit
ba38f73168
18
gui/main.ui
18
gui/main.ui
|
@ -210,6 +210,12 @@
|
|||
<property name="text">
|
||||
<string>&Files...</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Check files</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Check files</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+F</string>
|
||||
</property>
|
||||
|
@ -222,6 +228,12 @@
|
|||
<property name="text">
|
||||
<string>&Directory...</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Check directory</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Check directory</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+D</string>
|
||||
</property>
|
||||
|
@ -246,6 +258,12 @@
|
|||
<property name="text">
|
||||
<string>&Stop</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Stop checking</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Stop checking</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Esc</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue