Fixed import error message to be more accurate

svn: r11369
This commit is contained in:
Doug Blank 2008-11-30 03:56:26 +00:00
parent 94d20c0748
commit 0e2138999f

View File

@ -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