Fixed error message
svn: r128
This commit is contained in:
parent
d70684afac
commit
78f7cc4ea6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user