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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-11-28 20:10:50 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-11-28 20:10:50 +0400
commit0b5ba70244605ac8d7bca1589373119c8be84d00 (patch)
treee9251d7a2491d1d156bc2b963443832066c66f14
parent424acd9676e96c64f9795ac607fd99416e955453 (diff)
Rename tracking settings presets to something which makes more sense.
-rw-r--r--release/scripts/startup/bl_ui/space_clip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index 22d44ed4793..d5171d119f7 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -105,7 +105,7 @@ class CLIP_PT_tools_marker(Panel):
box = layout.box()
row = box.row(align=True)
row.prop(settings, "show_default_expanded", text="", emboss=False)
- row.label(text="Default Settings")
+ row.label(text="Tracking Settings")
if settings.show_default_expanded:
col = box.column()