From 4c353205ea2d15c3cd314eeeaf60edc04f4c06ad Mon Sep 17 00:00:00 2001 From: William Reynish Date: Sat, 24 Aug 2019 00:45:21 +0200 Subject: UI: Various tooltip corrections and fixes Patch by Yevgeny Makarov (jenkm) Differential Revision: D5514 --- source/blender/editors/curve/editcurve_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/curve') diff --git a/source/blender/editors/curve/editcurve_select.c b/source/blender/editors/curve/editcurve_select.c index d3f0ebfda3c..f67ccf1e4bd 100644 --- a/source/blender/editors/curve/editcurve_select.c +++ b/source/blender/editors/curve/editcurve_select.c @@ -1417,7 +1417,7 @@ void CURVE_OT_select_nth(wmOperatorType *ot) { /* identifiers */ ot->name = "Checker Deselect"; - ot->description = "Deselect every other vertex"; + ot->description = "Deselect every Nth point starting from the active one"; ot->idname = "CURVE_OT_select_nth"; /* api callbacks */ -- cgit v1.2.3