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 'source/blender/editors/space_clip/tracking_ops_detect.c')
-rw-r--r--source/blender/editors/space_clip/tracking_ops_detect.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/space_clip/tracking_ops_detect.c b/source/blender/editors/space_clip/tracking_ops_detect.c
index dd620e85324..54ec439471d 100644
--- a/source/blender/editors/space_clip/tracking_ops_detect.c
+++ b/source/blender/editors/space_clip/tracking_ops_detect.c
@@ -117,13 +117,13 @@ void CLIP_OT_detect_features(wmOperatorType *ot)
{1,
"INSIDE_GPENCIL",
0,
- "Inside Grease Pencil",
- "Place markers only inside areas outlined with Grease Pencil"},
+ "Inside Annotated Area",
+ "Place markers only inside areas outlined with the Annotation tool"},
{2,
"OUTSIDE_GPENCIL",
0,
- "Outside Grease Pencil",
- "Place markers only outside areas outlined with Grease Pencil"},
+ "Outside Annotated Area",
+ "Place markers only outside areas outlined with the Annotation tool"},
{0, NULL, 0, NULL, NULL},
};