File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -383,9 +383,11 @@ def setup_evernote(self):
383383 layout .insertWidget (int (layout .count ()) + 1 , keep_evernote_tags )
384384
385385 # Update Existing Notes
386+ updated_label = QLabel ("Behavior if a note is already imported:" )
386387 update_existing_notes = QComboBox ()
387- update_existing_notes .addItems (["Ignore Existing Notes" , "Update Existing Notes In-Place" ,
388- "Delete and Re-Add Existing Notes" ])
388+ update_existing_notes .addItems (["Ignore (do nothing)" ,
389+ "Update (raise API usage, but useful if you tend to edit your cards in Evernote)" ,
390+ "Reset (same as Update, but cards are rescheduled)" ])
389391 update_existing_notes .setCurrentIndex (mw .col .conf .get (SETTING_UPDATE_EXISTING_NOTES ,
390392 UpdateExistingNotes .UpdateNotesInPlace ))
391393 update_existing_notes .activated .connect (update_evernote_update_existing_notes )
You can’t perform that action at this time.
0 commit comments