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:
authorThomas Dinges <blender@dingto.org>2014-02-21 15:46:17 +0400
committerThomas Dinges <blender@dingto.org>2014-02-21 15:46:17 +0400
commit3436c41dee284b0338674d07025bf47ddfc3bb10 (patch)
tree562e1b00ca2a396c06d183d16423ea4cf246e82b /release/scripts/startup/bl_ui/properties_freestyle.py
parentf1a0278e90889ce45bd9bac8140b7726c5d518de (diff)
Fix T38739: Simulations, unsupported in the Game Engine, could not be removed from the UI.
Also shorten info messages a bit.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_freestyle.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_freestyle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_freestyle.py b/release/scripts/startup/bl_ui/properties_freestyle.py
index 87a08104c5d..197b0d2f970 100644
--- a/release/scripts/startup/bl_ui/properties_freestyle.py
+++ b/release/scripts/startup/bl_ui/properties_freestyle.py
@@ -60,7 +60,7 @@ class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, Panel):
layout.prop(rd, "line_thickness")
row = layout.row()
- row.label(text="Line style settings are found in the Render Layers context")
+ row.label(text="Line style settings are in the Render Layers tab")
row.operator("wm.properties_context_change", text="", icon='BUTS').context = 'RENDER_LAYER'