mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
move export notes action to the notes menu
This commit is contained in:
parent
36201a5448
commit
62c86b2cbe
1 changed files with 2 additions and 2 deletions
|
@ -295,13 +295,13 @@
|
|||
<addaction name="menuFlag"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Info"/>
|
||||
<addaction name="actionExport"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Notes">
|
||||
<property name="title">
|
||||
<string>&Notes</string>
|
||||
</property>
|
||||
<addaction name="actionAdd"/>
|
||||
<addaction name="actionExport"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionAdd_Tags"/>
|
||||
<addaction name="actionRemove_Tags"/>
|
||||
|
@ -602,7 +602,7 @@
|
|||
</action>
|
||||
<action name="actionExport">
|
||||
<property name="text">
|
||||
<string>&Export Notes</string>
|
||||
<string>&Export Notes...</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+E</string>
|
||||
|
|
Loading…
Reference in a new issue