mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
remove ellipsis from some menu items
to reflect that they execute immediately https://anki.tenderapp.com/discussions/ankidesktop/21165-bug-menu-items-lie-about-actions
This commit is contained in:
parent
27b42fcac9
commit
f941e9dea8
1 changed files with 4 additions and 4 deletions
|
@ -165,7 +165,7 @@
|
|||
</action>
|
||||
<action name="actionFullDatabaseCheck">
|
||||
<property name="text">
|
||||
<string>&Check Database...</string>
|
||||
<string>&Check Database</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDocumentation">
|
||||
|
@ -178,7 +178,7 @@
|
|||
</action>
|
||||
<action name="actionSwitchProfile">
|
||||
<property name="text">
|
||||
<string>&Switch Profile...</string>
|
||||
<string>&Switch Profile</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+P</string>
|
||||
|
@ -223,7 +223,7 @@
|
|||
</action>
|
||||
<action name="actionNoteTypes">
|
||||
<property name="text">
|
||||
<string>Manage Note Types...</string>
|
||||
<string>Manage Note Types</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+N</string>
|
||||
|
@ -231,7 +231,7 @@
|
|||
</action>
|
||||
<action name="actionAdd_ons">
|
||||
<property name="text">
|
||||
<string>Add-ons...</string>
|
||||
<string>Add-ons</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+A</string>
|
||||
|
|
Loading…
Reference in a new issue