mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04: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
|
||||
updates = []
|
||||
updateLog = []
|
||||
updateLogTxt = _("Update as first field matched: %s")
|
||||
updateLogTxt = _("First field matched: %s")
|
||||
dupeLogTxt = _("Added duplicate with first field: %s")
|
||||
new = []
|
||||
self._ids = []
|
||||
|
|
Loading…
Reference in a new issue