diff --git a/ChangeLog b/ChangeLog index fc3cc73825..35d9845956 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +2008-08-17 Sven Neumann + + * plug-ins/script-fu/scripts/frosty-logo.scm + (apply-frosty-logo-effect): unmarked string for translation. + Script-Fu doesn't support i18n outside the register call. + 2008-08-17 Sven Neumann * plug-ins/script-fu/scripts/glowing-logo.scm - * plug-ins/script-fu/scripts/neon-logo.scm: changed the "Alpha to Logo" parts of these scripts so that the user can specify the effect size directly instead of as some multiple of the size. diff --git a/plug-ins/script-fu/scripts/frosty-logo.scm b/plug-ins/script-fu/scripts/frosty-logo.scm index 2216c5fe98..40e1ab0bfd 100644 --- a/plug-ins/script-fu/scripts/frosty-logo.scm +++ b/plug-ins/script-fu/scripts/frosty-logo.scm @@ -21,7 +21,7 @@ (sparkle-layer (car (gimp-layer-new img width height RGBA-IMAGE "Sparkle" 100 NORMAL-MODE))) (matte-layer (car (gimp-layer-new img width height RGBA-IMAGE - _"Matte" 100 NORMAL-MODE))) + "Matte" 100 NORMAL-MODE))) (shadow-layer (car (gimp-layer-new img (+ border width) (+ border height)