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
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
name="Denoiser",
description="Denoise the image with the selected denoiser. "
"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,
default=1,
update=update_render_passes,