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
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-06-13 18:18:42 +0400
committerThomas Dinges <blender@dingto.org>2012-06-13 18:18:42 +0400
commit342fb0a19ef267de288086f3d0bb3c330a76d855 (patch)
tree58dbad1caace73703e8981344279e7674e01cf2b /intern
parent99f7c06d7e59de0bb07ade589190db52b75e47e5 (diff)
Cycles:
* UI Tooltip fix.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index 7ce3b949bb1..e3f286de83d 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -94,7 +94,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
)
cls.preview_aa_samples = IntProperty(
name="AA Samples",
- description="Number of antialiasing samples to in viewport, unlimited if 0",
+ description="Number of antialiasing samples to render in the viewport, unlimited if 0",
min=1, max=10000,
default=4,
)