Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-10-20 21:08:37 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-10-20 21:08:37 +0300
commit6bc007610263c879f6bb30b844ba9d9a0fb9433c (patch)
tree71360a33a0af58a7ef3d8d5906498e1780acaca4
parente96411aaad14c7178081ce65563de8cb1fc5f168 (diff)
Usual i18n tweaks & fixes...
-rw-r--r--intern/cycles/blender/addon/properties.py3
1 files changed, 1 insertions, 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"),