mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Merge branch 'main' into editor-3830
This commit is contained in:
commit
8e7527aff9
2 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
|||
adding-add-shortcut-ctrlandenter = Add (shortcut: ctrl+enter)
|
||||
adding-added = Added
|
||||
adding-added-cards =
|
||||
Added { $count ->
|
||||
[one] { $count } card
|
||||
*[other] { $count } cards
|
||||
}
|
||||
adding-discard-current-input = Discard current input?
|
||||
adding-keep-editing = Keep Editing
|
||||
adding-edit = Edit "{ $val }"
|
||||
|
|
|
@ -300,7 +300,7 @@ class AddCards(QMainWindow):
|
|||
|
||||
self.addHistory(note)
|
||||
|
||||
tooltip(tr.adding_added_cards(count=changes.count), period=500)
|
||||
tooltip(tr.importing_cards_added(count=changes.count), period=500)
|
||||
av_player.stop_and_clear_queue()
|
||||
self._load_new_note(sticky_fields_from=note)
|
||||
gui_hooks.add_cards_did_add_note(note)
|
||||
|
|
Loading…
Reference in a new issue