[gimp/goat-invasion] app: fix menu label: it's 32 bit float not 16 bit float



commit cc906363a9eead949343fb89ce1ebf58f7059f4e
Author: Michael Natterer <mitch gimp org>
Date:   Thu Apr 26 00:50:46 2012 +0200

    app: fix menu label: it's 32 bit float not 16 bit float

 app/actions/image-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/image-actions.c b/app/actions/image-actions.c
index 7f02181..223eb33 100644
--- a/app/actions/image-actions.c
+++ b/app/actions/image-actions.c
@@ -168,7 +168,7 @@ static const GimpRadioActionEntry image_convert_precision_actions[] =
     GIMP_PRECISION_U16, GIMP_HELP_IMAGE_CONVERT_U16 },
 
   { "image-convert-float", NULL,
-    NC_("image-convert-action", "16 bit floating point"), NULL,
+    NC_("image-convert-action", "32 bit floating point"), NULL,
     NC_("image-convert-action", "Convert the image to 16 bit floating point"),
     GIMP_PRECISION_FLOAT, GIMP_HELP_IMAGE_CONVERT_FLOAT }
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]