[gimp/goat-invasion: 593/608] 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: 593/608] app: fix menu label: it's 32 bit float not 16 bit float
- Date: Fri, 27 Apr 2012 21:15:12 +0000 (UTC)
commit 28ad411882307127408f5ccecd4751a80ab80948
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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/image-actions.c b/app/actions/image-actions.c
index 7f02181..65c2e33 100644
--- a/app/actions/image-actions.c
+++ b/app/actions/image-actions.c
@@ -168,8 +168,8 @@ 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", "Convert the image to 16 bit floating point"),
+ NC_("image-convert-action", "32 bit floating point"), NULL,
+ NC_("image-convert-action", "Convert the image to 32 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]