Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-10-04 20:05:18 +0300
committerHans Goudey <h.goudey@me.com>2022-10-04 20:10:10 +0300
commitbc0066668324300e51a56f5e62e7e906638d4a9f (patch)
tree181083a99cdb96e5f5d1136ed4d6c475ecfd3c42
parent3e2d7403f9f2a46f06bc4ce4d7906f7993191732 (diff)
Fix: UI: Warning for description with period at end
The last period is added automatically, for better or worse.
-rw-r--r--source/blender/editors/space_image/image_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/image_ops.c b/source/blender/editors/space_image/image_ops.c
index 4155e84c013..93e41589881 100644
--- a/source/blender/editors/space_image/image_ops.c
+++ b/source/blender/editors/space_image/image_ops.c
@@ -2055,7 +2055,7 @@ void IMAGE_OT_save_as(wmOperatorType *ot)
"Save As Render",
"Save image with render color management.\n"
"For display image formats like PNG, apply view and display transform.\n"
- "For intermediate image formats like OpenEXR, use the default render output color space.");
+ "For intermediate image formats like OpenEXR, use the default render output color space");
RNA_def_property_flag(prop, PROP_SKIP_SAVE);
prop = RNA_def_boolean(ot->srna,
"copy",