UI messages fixes and cleanup.

This commit is contained in:
Bastien Montagne
2015-02-16 20:00:20 +01:00
parent 0dfdca6d13
commit 00a3c9afc8
9 changed files with 22 additions and 19 deletions

View File

@@ -132,7 +132,7 @@ class CLIP_OT_filter_tracks(bpy.types.Operator):
track_threshold = FloatProperty(
name="Track Threshold",
description="Filter Threshold to select problematic track",
description="Filter Threshold to select problematic tracks",
default=5.0,
)