From 10caf398b34fefe604f60b2e77d3d9b9153ad355 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 30 Oct 2018 19:54:25 +0100 Subject: UI: Cleanup typos and minor tweaks to Grease Pencil related text First pass on adding articles, capitalize Grease Pencil, use 'keyframes' instead of 'frames' when possible, and other minor adjustments. --- source/blender/editors/space_clip/tracking_ops_detect.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/space_clip/tracking_ops_detect.c') diff --git a/source/blender/editors/space_clip/tracking_ops_detect.c b/source/blender/editors/space_clip/tracking_ops_detect.c index 0ee06b305da..77f7e8d112c 100644 --- a/source/blender/editors/space_clip/tracking_ops_detect.c +++ b/source/blender/editors/space_clip/tracking_ops_detect.c @@ -131,10 +131,10 @@ void CLIP_OT_detect_features(wmOperatorType *ot) static const EnumPropertyItem placement_items[] = { {0, "FRAME", 0, "Whole Frame", "Place markers across the whole frame"}, - {1, "INSIDE_GPENCIL", 0, "Inside grease pencil", - "Place markers only inside areas outlined with grease pencil"}, - {2, "OUTSIDE_GPENCIL", 0, "Outside grease pencil", - "Place markers only outside areas outlined with grease pencil"}, + {1, "INSIDE_GPENCIL", 0, "Inside Grease Pencil", + "Place markers only inside areas outlined with Grease Pencil"}, + {2, "OUTSIDE_GPENCIL", 0, "Outside Grease Pencil", + "Place markers only outside areas outlined with Grease Pencil"}, {0, NULL, 0, NULL, NULL} }; -- cgit v1.2.3