diff --git a/ChangeLog b/ChangeLog index 7284d4a947..767bde7127 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-05-04 Sven Neumann + * plug-ins/script-fu/scripts/contactsheet.scm: added missing + ellipsis to menu label and fixed default fonts. + * plug-ins/script-fu/scripts/script-fu-set-cmap.scm: added missing ellipsis to menu label and corrected menu location. diff --git a/plug-ins/script-fu/scripts/contactsheet.scm b/plug-ins/script-fu/scripts/contactsheet.scm index 7ad3753a19..143447dc00 100644 --- a/plug-ins/script-fu/scripts/contactsheet.scm +++ b/plug-ins/script-fu/scripts/contactsheet.scm @@ -112,7 +112,7 @@ ) ) - ;This routine should preserve the aspect ration of the original image + ;This routine should preserve the aspect ratio of the original image (define (make-thumbnail-size img thumb-w thumb-h) (gimp-image-scale new-img thumb-w thumb-h) ) @@ -272,7 +272,7 @@ ) (script-fu-register "script-fu-contactsheet" - _"Contact Sheet" + _"_Contact Sheet..." _"Create a series of images containing thumbnail sized versions of all of the images in a specified directory." "Kevin Cozens " "Kevin Cozens" @@ -283,11 +283,10 @@ "800 x 600" "1024 x 768" "1280 x 1024") - SF-FONT _"Title font" "Helvetica Bold Italic" - SF-FONT _"Legend font" "Helvetica Bold" + SF-FONT _"Title font" "Sans Bold Italic" + SF-FONT _"Legend font" "Sans Bold" SF-COLOR _"Text color" "white" SF-COLOR _"Background color" "black" ) -(script-fu-menu-register "script-fu-contactsheet" - "/Xtns/Utils") +(script-fu-menu-register "script-fu-contactsheet" "/Xtns/Utils") diff --git a/po-script-fu/ChangeLog b/po-script-fu/ChangeLog index a73209d399..35dbbaccec 100644 --- a/po-script-fu/ChangeLog +++ b/po-script-fu/ChangeLog @@ -1,3 +1,7 @@ +2007-05-04 Sven Neumann + + * POTFILES.in: added missing script. + 2007-04-29 Christophe Merlet * oc.po: Added Occitan translation from diff --git a/po-script-fu/POTFILES.in b/po-script-fu/POTFILES.in index 2a31f73a3a..864ebdbe6d 100644 --- a/po-script-fu/POTFILES.in +++ b/po-script-fu/POTFILES.in @@ -83,6 +83,7 @@ plug-ins/script-fu/scripts/rendermap.scm plug-ins/script-fu/scripts/reverse-layers.scm plug-ins/script-fu/scripts/ripply-anim.scm plug-ins/script-fu/scripts/round-corners.scm +plug-ins/script-fu/scripts/script-fu-set-cmap.scm plug-ins/script-fu/scripts/select-to-brush.scm plug-ins/script-fu/scripts/select-to-image.scm plug-ins/script-fu/scripts/select-to-pattern.scm