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>2016-03-31 00:39:54 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-03-31 00:39:54 +0300
commit01ce8d80d0311c71ae706522f564f3febbc20ac9 (patch)
treed20f4c8f3c186ce50ff1f6bd586d9d6bb4dbfd17 /release/scripts/startup/bl_ui/properties_scene.py
parentf7fc55867a3e7d68a16bfa503a9651310aadd380 (diff)
Usual ui messages fixes/tweaks.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_scene.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_scene.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_scene.py b/release/scripts/startup/bl_ui/properties_scene.py
index a05f0ac9618..d6253ec7fbc 100644
--- a/release/scripts/startup/bl_ui/properties_scene.py
+++ b/release/scripts/startup/bl_ui/properties_scene.py
@@ -33,7 +33,7 @@ from bl_ui.properties_physics_common import (
class SCENE_MT_units_length_presets(Menu):
- """Sets the unit of measure for properties that use length values"""
+ """Unit of measure for properties that use length values"""
bl_label = "Unit Presets"
preset_subdir = "units_length"
preset_operator = "script.execute_preset"