change misleading note import msg

This commit is contained in:
Damien Elmes 2013-09-11 15:30:31 +09:00
parent 20e4085c30
commit 511bde0396

View file

@ -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 = []