Fix: UI: Warning for description with period at end

The last period is added automatically, for better or worse.
This commit is contained in:
Hans Goudey 2022-10-04 12:05:18 -05:00
parent 3e2d7403f9
commit bc00666683
1 changed files with 1 additions and 1 deletions

View File

@ -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",