From 6bc007610263c879f6bb30b844ba9d9a0fb9433c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 20 Oct 2015 20:08:37 +0200 Subject: Usual i18n tweaks & fixes... --- intern/cycles/blender/addon/properties.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py index 094d68e4f53..c3139831ca2 100644 --- a/intern/cycles/blender/addon/properties.py +++ b/intern/cycles/blender/addon/properties.py @@ -522,8 +522,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup): cls.motion_blur_position = EnumProperty( name="Motion Blur Position", default='CENTER', - description="Specifies an offset for the shutter’s time interval " - "which allows to change the motion blur trails", + description="Offset for the shutter's time interval, allows to change the motion blur trails", items=( ('START', "Start on Frame", "The shutter opens at the current frame"), ('CENTER', "Center on Frame", "The shutter is open during the current frame"), -- cgit v1.2.3