mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
change misleading note import msg
This commit is contained in:
parent
20e4085c30
commit
511bde0396
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class NoteImporter(Importer):
|
||||||
# loop through the notes
|
# loop through the notes
|
||||||
updates = []
|
updates = []
|
||||||
updateLog = []
|
updateLog = []
|
||||||
updateLogTxt = _("Update as first field matched: %s")
|
updateLogTxt = _("First field matched: %s")
|
||||||
dupeLogTxt = _("Added duplicate with first field: %s")
|
dupeLogTxt = _("Added duplicate with first field: %s")
|
||||||
new = []
|
new = []
|
||||||
self._ids = []
|
self._ids = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue