Cleanup: fix debug warnign due to tooltip ending in dot.

This commit is contained in:
Brecht Van Lommel 2019-03-19 19:16:39 +01:00
parent 83de13f75a
commit d555c92e3c
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class CYCLES_OT_denoise_animation(Operator):
class CYCLES_OT_merge_images(Operator):
"Combine OpenEXR multilayer images rendered with different sample" \
"ranges into one image with reduced noise."
"ranges into one image with reduced noise"
bl_idname = "cycles.merge_images"
bl_label = "Merge Images"