diff options
Diffstat (limited to 'data/convert-icon')
-rwxr-xr-x | data/convert-icon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/convert-icon b/data/convert-icon index d79648b2..c651bc7f 100755 --- a/data/convert-icon +++ b/data/convert-icon @@ -29,7 +29,7 @@ import re try: import Image except ImportError: - print "WARNING: Could not update %s. Please install the Python Image library." % sys.argv[2] + print "WARNING: Could not update %s. Please install the Python Imaging library." % sys.argv[2] sys.exit(0) |