[gimp/goat-invasion] app: fix menu label: it's 32 bit float not 16 bit float
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion] app: fix menu label: it's 32 bit float not 16 bit float
- Date: Wed, 25 Apr 2012 22:51:17 +0000 (UTC)
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]