Commit: 8ecd241502fc43bc9602bf1d4b2c9dfe1c10bd1b
Author: Jacques Lucke
Date:   Wed Aug 24 13:48:43 2022 +0200
Branches: temp-geometry-nodes-evaluator-refactor
https://developer.blender.org/rB8ecd241502fc43bc9602bf1d4b2c9dfe1c10bd1b

improve text

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

M       source/blender/editors/space_node/node_draw.cc

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

diff --git a/source/blender/editors/space_node/node_draw.cc 
b/source/blender/editors/space_node/node_draw.cc
index 23786826c63..ad08ccda881 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -445,7 +445,7 @@ static char *node_socket_get_tooltip(bContext *C,
       output << *socket_inspection_str;
     }
     else {
-      output << TIP_("The socket value has not been computed yet");
+      output << TIP_("Unknown socket value");
     }
   }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to