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:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d.py')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 4690abe5cec..41a1831f46a 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -6210,7 +6210,7 @@ class VIEW3D_PT_overlay_motion_tracking(Panel):
col = layout.column()
col.active = display_all
- col.label(text="Tracks:")
+ col.label(text="Tracks")
row = col.row(align=True)
row.prop(view, "tracks_display_type", text="")
row.prop(view, "tracks_display_size", text="Size")
@@ -6923,7 +6923,7 @@ class VIEW3D_PT_view3d_stereo(Panel):
col = layout.column()
col.row().prop(view, "stereo_3d_camera", expand=True)
- col.label(text="Display:")
+ col.label(text="Display")
row = col.row()
row.active = basic_stereo
row.prop(view, "show_stereo_3d_cameras")