summaryrefslogtreecommitdiffstats
path: root/gimp/scripts/gimp-normalize-to-bootsplash.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gimp/scripts/gimp-normalize-to-bootsplash.scm')
-rw-r--r--gimp/scripts/gimp-normalize-to-bootsplash.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gimp/scripts/gimp-normalize-to-bootsplash.scm b/gimp/scripts/gimp-normalize-to-bootsplash.scm
index 19a4c3a..2d256e7 100644
--- a/gimp/scripts/gimp-normalize-to-bootsplash.scm
+++ b/gimp/scripts/gimp-normalize-to-bootsplash.scm
@@ -40,7 +40,7 @@
(if (= (car (gimp-drawable-is-rgb drawable)) FALSE)
(gimp-image-convert-rgb image))
- (file-jpeg-save 1 image drawable outfile outfile quality 0 0 0 "Mandriva Theme" 0 1 0 0 )
+ (file-jpeg-save 1 image drawable outfile outfile quality 0 0 0 "Mageia Theme" 0 1 0 0 )
(gimp-image-delete image)
)
@@ -49,7 +49,7 @@
(script-fu-register ; I always forget these ...
"gimp-normalize-to-bootsplash" ; script name to register
- "<Image>/Filters/Mandriva/Save the jpeg image to the right format for bootsplash" ; where it goes
+ "<Image>/Filters/Mageia/Save the jpeg image to the right format for bootsplash" ; where it goes
"Transform an image to a jpg compatible image for bootsplash" ; script description
"Warly/blino" ; author
"Copyright 2006 by Mandriva; GNU GPL" ; copyright