Fixed import error message to be more accurate
svn: r11369
This commit is contained in:
parent
94d20c0748
commit
0e2138999f
@ -154,7 +154,7 @@ class DbLoader:
|
|||||||
_("Could not open file: %s") % filename,
|
_("Could not open file: %s") % filename,
|
||||||
_('File type "%s" is unknown to GRAMPS.\n\n'
|
_('File type "%s" is unknown to GRAMPS.\n\n'
|
||||||
'Valid types are: GRAMPS database, GRAMPS XML, '
|
'Valid types are: GRAMPS database, GRAMPS XML, '
|
||||||
'GRAMPS package, and GEDCOM.') % extension)
|
'GRAMPS package, GEDCOM, and others.') % extension)
|
||||||
|
|
||||||
import_dialog.destroy()
|
import_dialog.destroy()
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user