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:
authorJacques Lucke <jacques@blender.org>2021-02-03 22:04:28 +0300
committerJacques Lucke <jacques@blender.org>2021-02-03 22:04:28 +0300
commitfec6a4e24ad3d6a6cc499874a58303e6e7676b35 (patch)
tree4e03fd0818ea526ff4341ceb10485ac44ae3179a
parent55c88e5582009317b185ffe71749f70cb586fa9d (diff)
Cleanup: don't end description with dot
-rw-r--r--source/blender/editors/space_node/node_relationships.c2
1 files changed, 1 insertions, 1 deletions
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);