Typos and German translation

svn: r1347
This commit is contained in:
Unknown
2003-03-13 18:58:52 +00:00
parent bec00fd512
commit 4bbcb97203
4 changed files with 3053 additions and 1731 deletions

View File

@@ -106,7 +106,7 @@ def scale_image(path,size):
except:
WarningDialog(_("Cannot display %s") % path,
_('GRAMPS is not able to display the image file. '
'This may be cause by a corrupt file.'))
'This may be caused by a corrupt file.'))
return gtk.gdk.pixbuf_new_from_file(const.icon)
width = image1.get_width()
@@ -118,7 +118,7 @@ def scale_image(path,size):
except:
WarningDialog(_("Cannot display %s") % path,
_('GRAMPS is not able to display the image file. '
'This may be cause by a corrupt file.'))
'This may be caused by a corrupt file.'))
return gtk.gdk.pixbuf_new_from_file(const.icon)
#-------------------------------------------------------------------------