mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove ... from download menu item
This commit is contained in:
parent
baacc0e333
commit
d6f29d7cb2
1 changed files with 4 additions and 4 deletions
|
@ -2738,7 +2738,7 @@
|
|||
</property>
|
||||
<widget class="QMenu" name="menuDownload">
|
||||
<property name="title">
|
||||
<string>&Download...</string>
|
||||
<string>&Download</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../icons.qrc">
|
||||
|
@ -3388,7 +3388,7 @@
|
|||
</action>
|
||||
<action name="actionOpenOnline">
|
||||
<property name="text">
|
||||
<string>Personal Deck</string>
|
||||
<string>Personal Deck...</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Download a deck that you synced from another computer</string>
|
||||
|
@ -3396,7 +3396,7 @@
|
|||
</action>
|
||||
<action name="actionDownloadSharedDeck">
|
||||
<property name="text">
|
||||
<string>Shared Deck</string>
|
||||
<string>Shared Deck...</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Download a deck that people have shared publicly</string>
|
||||
|
@ -3404,7 +3404,7 @@
|
|||
</action>
|
||||
<action name="actionDownloadSharedPlugin">
|
||||
<property name="text">
|
||||
<string>Shared Plugin</string>
|
||||
<string>Shared Plugin...</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Download a plugin to add new features or change Anki's behaviour</string>
|
||||
|
|
Loading…
Reference in a new issue