Cleanup: don't end description with a '.'

This commit is contained in:
Jacques Lucke 2020-07-07 20:29:35 +02:00
parent 8713109212
commit eb5fb1741d

@ -272,7 +272,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
name="Denoiser", name="Denoiser",
description="Denoise the image with the selected denoiser. " description="Denoise the image with the selected denoiser. "
"For denoising the image after rendering, denoising data render passes " "For denoising the image after rendering, denoising data render passes "
"also adapt to the selected denoiser.", "also adapt to the selected denoiser",
items=enum_denoiser, items=enum_denoiser,
default=1, default=1,
update=update_render_passes, update=update_render_passes,