diff --git a/src/DbLoader.py b/src/DbLoader.py index ba44d1abe..12c63143f 100644 --- a/src/DbLoader.py +++ b/src/DbLoader.py @@ -154,7 +154,7 @@ class DbLoader: _("Could not open file: %s") % filename, _('File type "%s" is unknown to GRAMPS.\n\n' 'Valid types are: GRAMPS database, GRAMPS XML, ' - 'GRAMPS package, and GEDCOM.') % extension) + 'GRAMPS package, GEDCOM, and others.') % extension) import_dialog.destroy() return False