mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add ellipsis to Grade Now
This commit is contained in:
parent
51b5086b01
commit
8a3cf51c9e
2 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ qt-accel-tools = &Tools
|
|||
qt-accel-undo = &Undo
|
||||
qt-accel-redo = &Redo
|
||||
qt-accel-set-due-date = Set &Due Date...
|
||||
qt-accel-grade-now = &Grade Now...
|
||||
qt-accel-forget = &Reset
|
||||
qt-accel-view = &View
|
||||
qt-accel-full-screen = Toggle &Full Screen
|
||||
|
|
|
@ -628,7 +628,7 @@
|
|||
</action>
|
||||
<action name="action_grade_now">
|
||||
<property name="text">
|
||||
<string>actions_grade_now</string>
|
||||
<string>qt_accel_grade_now</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+Shift+G</string>
|
||||
|
|
Loading…
Reference in a new issue