Merge branch 'main' into editor-3830

This commit is contained in:
Abdo 2025-09-03 00:02:17 +03:00
commit 8e7527aff9
2 changed files with 1 additions and 6 deletions

View file

@ -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 }"

View file

@ -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)