GUI: Improve toolbar button tooltips.

This commit is contained in:
Kimmo Varis 2010-12-27 11:38:43 +02:00
parent f7c0377412
commit ba38f73168
1 changed files with 18 additions and 0 deletions

View File

@ -210,6 +210,12 @@
<property name="text">
<string>&amp;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>&amp;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>&amp;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>