remove ... from download menu item

This commit is contained in:
Damien Elmes 2009-06-21 07:00:58 +09:00
parent baacc0e333
commit d6f29d7cb2

View file

@ -2738,7 +2738,7 @@
</property> </property>
<widget class="QMenu" name="menuDownload"> <widget class="QMenu" name="menuDownload">
<property name="title"> <property name="title">
<string>&amp;Download...</string> <string>&amp;Download</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../icons.qrc"> <iconset resource="../icons.qrc">
@ -3388,7 +3388,7 @@
</action> </action>
<action name="actionOpenOnline"> <action name="actionOpenOnline">
<property name="text"> <property name="text">
<string>Personal Deck</string> <string>Personal Deck...</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Download a deck that you synced from another computer</string> <string>Download a deck that you synced from another computer</string>
@ -3396,7 +3396,7 @@
</action> </action>
<action name="actionDownloadSharedDeck"> <action name="actionDownloadSharedDeck">
<property name="text"> <property name="text">
<string>Shared Deck</string> <string>Shared Deck...</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Download a deck that people have shared publicly</string> <string>Download a deck that people have shared publicly</string>
@ -3404,7 +3404,7 @@
</action> </action>
<action name="actionDownloadSharedPlugin"> <action name="actionDownloadSharedPlugin">
<property name="text"> <property name="text">
<string>Shared Plugin</string> <string>Shared Plugin...</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Download a plugin to add new features or change Anki's behaviour</string> <string>Download a plugin to add new features or change Anki's behaviour</string>