Fixed error message

svn: r128
This commit is contained in:
Don Allingham 2001-06-14 17:12:32 +00:00
parent d70684afac
commit 78f7cc4ea6

View File

@ -89,7 +89,7 @@ def scale_image(path,size):
try:
image1 = GdkImlib.Image(path)
except:
GnomeWarningDialog(_("Could load load image file %s") % path)
GnomeWarningDialog(_("Could not load image file %s") % path)
return
width = image1.rgb_width