mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove statustips from the visible buttons
This commit is contained in:
parent
7784cea4b0
commit
70b57dfe55
1 changed files with 8 additions and 8 deletions
|
@ -2935,7 +2935,7 @@
|
||||||
<string>&Close</string>
|
<string>&Close</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
<property name="statusTip">
|
||||||
<string>Close this deck and return to the deck browser</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+W</string>
|
<string>Ctrl+W</string>
|
||||||
|
@ -2983,7 +2983,7 @@
|
||||||
<string>&Add Items...</string>
|
<string>&Add Items...</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
<property name="statusTip">
|
||||||
<string>Add new items to Anki by typing them in</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+D</string>
|
<string>Ctrl+D</string>
|
||||||
|
@ -2998,7 +2998,7 @@
|
||||||
<string>Brows&e Items...</string>
|
<string>Brows&e Items...</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
<property name="statusTip">
|
||||||
<string>Browse and edit all items</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+F</string>
|
<string>Ctrl+F</string>
|
||||||
|
@ -3115,7 +3115,7 @@
|
||||||
<string>&Graphs...</string>
|
<string>&Graphs...</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
<property name="statusTip">
|
||||||
<string>Show graphical statistics about your deck</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionExport">
|
<action name="actionExport">
|
||||||
|
@ -3154,7 +3154,7 @@
|
||||||
<string>&Mark Fact</string>
|
<string>&Mark Fact</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
<property name="statusTip">
|
||||||
<string>Apply the 'marked' tag to this fact, so you find it later in the browser</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+M</string>
|
<string>Ctrl+M</string>
|
||||||
|
@ -3187,7 +3187,7 @@
|
||||||
<string>Repeat &Audio</string>
|
<string>Repeat &Audio</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
<property name="statusTip">
|
||||||
<string>Play the last-played audio again</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>F5</string>
|
<string>F5</string>
|
||||||
|
@ -3322,7 +3322,7 @@
|
||||||
<string>Edit &Current...</string>
|
<string>Edit &Current...</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
<property name="statusTip">
|
||||||
<string>Edit the currently displayed item</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+E</string>
|
<string>Ctrl+E</string>
|
||||||
|
@ -3377,7 +3377,7 @@
|
||||||
<string>&Study Options...</string>
|
<string>&Study Options...</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
<property name="statusTip">
|
||||||
<string>Configure review options</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionDonate">
|
<action name="actionDonate">
|
||||||
|
|
Loading…
Reference in a new issue