Fixed error message

svn: r128
This commit is contained in:
Don Allingham 2001-06-14 17:12:32 +00:00
parent f3c10f6730
commit 1cae56e1aa

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