mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
clarify add notes option in browser
This commit is contained in:
parent
c8f6c3dff8
commit
29608c37c8
1 changed files with 11 additions and 2 deletions
|
@ -55,7 +55,16 @@
|
|||
<property name="spacing">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
|
@ -498,7 +507,7 @@
|
|||
</action>
|
||||
<action name="actionAdd">
|
||||
<property name="text">
|
||||
<string>Add...</string>
|
||||
<string>Add Notes...</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+E</string>
|
||||
|
|
Loading…
Reference in a new issue