Use "importing-added" string in importing detail table (#3104)

Supplement to the task of commit 184ad80 (Clone "added" string for importing)
This commit is contained in:
snowtimeglass 2024-03-31 15:33:31 +09:00 committed by GitHub
parent 15506328e9
commit ddccfb805f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -177,7 +177,7 @@ class Anki2Importer(Importer):
self._logNoteRow(self.dst.tr.importing_updated(), row)
if add:
for row in add:
self._logNoteRow(self.dst.tr.adding_added(), row)
self._logNoteRow(self.dst.tr.importing_added(), row)
if dupesIdentical:
for row in dupesIdentical:
self._logNoteRow(self.dst.tr.importing_identical(), row)