merge changes from gramps20

svn: r5482
This commit is contained in:
Alex Roitman
2005-12-06 06:38:09 +00:00
parent e0ff843bb4
commit 2f962b5f96
202 changed files with 112821 additions and 41664 deletions

View File

@@ -103,8 +103,9 @@ class PackageWriter:
"1 %s " % str(msg))
return
except:
uri_name = "burn:///" + base
QuestionDialog.ErrorDialog("CD export preparation failed",
'Could not create burn:///%s' % base)
'Could not create %s' % uri_name)
return
try:
@@ -148,8 +149,9 @@ class PackageWriter:
"File already exists")
return
except:
uri_name = "burn:///" + base
QuestionDialog.ErrorDialog(_("CD export preparation failed"),
_('Could not create burn:///%s') % base)
_('Could not create %s') % uri_name)
return
try:
@@ -160,8 +162,9 @@ class PackageWriter:
"4 %s " % str(msg))
return
except:
uri_name = "burn:///" + base + "/.thumb"
QuestionDialog.ErrorDialog(_("CD export preparation failed"),
_('Could not create burn:///%s/.thumb') % base)
_('Could not create %s') % uri_name)
return
#--------------------------------------------------------