Fixed bug #1601: import open error message change

svn: r11368
This commit is contained in:
Doug Blank 2008-11-30 03:48:02 +00:00
parent 4970e40bbe
commit 1602ce9c7b

View File

@ -188,7 +188,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.') % filetype)
'GRAMPS package, GEDCOM, and others.') % filetype)
choose_db_dialog.destroy()
return False