* src/gramps_main.py (__init__): Avoid TypeError in schema error message
svn: r4434
This commit is contained in:
@ -164,7 +164,7 @@ class Gramps(GrampsDBCallback.GrampsDBCallback):
|
||||
|
||||
except Errors.GConfSchemaError, val:
|
||||
ErrorDialog(_("Configuration error"),
|
||||
val + _("\n\nPossibly the installation of GRAMPS was incomplete."
|
||||
str(val) + _("\n\nPossibly the installation of GRAMPS was incomplete."
|
||||
" Make sure the GConf schema of GRAMPS is properly installed."))
|
||||
gtk.main_quit()
|
||||
return
|
||||
|
Reference in New Issue
Block a user