mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
add missing comma in received patch
This commit is contained in:
parent
97311e33d9
commit
216a68f656
1 changed files with 1 additions and 1 deletions
|
@ -1717,7 +1717,7 @@ class BrowserToolbar(Toolbar):
|
|||
shortcut(_("Card Info (Ctrl+Shift+I)")))
|
||||
right += borderImg("mark", "star16", mark, _("Mark"),
|
||||
shortcut(_("Mark Note (Ctrl+K)")))
|
||||
right += borderImg("pause", "pause16", pause, _("Suspend")
|
||||
right += borderImg("pause", "pause16", pause, _("Suspend"),
|
||||
shortcut(_("Suspend Card (Ctrl+J)")))
|
||||
right += borderImg("setDeck", "deck16", False, _("Change Deck"),
|
||||
shortcut(_("Move To Deck (Ctrl+D)")))
|
||||
|
|
Loading…
Reference in a new issue