[Bf-blender-cvs] [fec6a4e24ad] master: Cleanup: don't end description with dot

Jacques Lucke noreply at git.blender.org
Wed Feb 3 20:04:49 CET 2021


Commit: fec6a4e24ad3d6a6cc499874a58303e6e7676b35
Author: Jacques Lucke
Date:   Wed Feb 3 20:04:28 2021 +0100
Branches: master
https://developer.blender.org/rBfec6a4e24ad3d6a6cc499874a58303e6e7676b35

Cleanup: don't end description with dot

===================================================================

M	source/blender/editors/space_node/node_relationships.c

===================================================================

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);



More information about the Bf-blender-cvs mailing list