[Bf-blender-cvs] [6bc0076] master: Usual i18n tweaks & fixes...

Bastien Montagne noreply at git.blender.org
Tue Oct 20 20:08:58 CEST 2015


Commit: 6bc007610263c879f6bb30b844ba9d9a0fb9433c
Author: Bastien Montagne
Date:   Tue Oct 20 20:08:37 2015 +0200
Branches: master
https://developer.blender.org/rB6bc007610263c879f6bb30b844ba9d9a0fb9433c

Usual i18n tweaks & fixes...

===================================================================

M	intern/cycles/blender/addon/properties.py

===================================================================

diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index 094d68e..c313983 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"),




More information about the Bf-blender-cvs mailing list