From fec6a4e24ad3d6a6cc499874a58303e6e7676b35 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 3 Feb 2021 20:04:28 +0100 Subject: Cleanup: don't end description with dot --- source/blender/editors/space_node/node_relationships.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/space_node/node_relationships.c b/source/blender/editors/space_node/node_relationships.c index 0744adb1371..1754f84c374 100644 --- a/source/blender/editors/space_node/node_relationships.c +++ b/source/blender/editors/space_node/node_relationships.c @@ -968,7 +968,7 @@ void NODE_OT_link(wmOperatorType *ot) -UI_PRECISION_FLOAT_MAX, UI_PRECISION_FLOAT_MAX, "Drag Start", - "The position of the mouse cursor at the start of the operation.", + "The position of the mouse cursor at the start of the operation", -UI_PRECISION_FLOAT_MAX, UI_PRECISION_FLOAT_MAX); RNA_def_property_flag(prop, PROP_HIDDEN); -- cgit v1.2.3