We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19310ec commit e31ae24Copy full SHA for e31ae24
src/objects/gui/moMessage.cpp
@@ -122,7 +122,7 @@ void moMessage::drawObjectNodeGui( ImGuiEx::NodeCanvas& _nodeCanvas ){
122
ImGui::InputText("##source", &actualMessage);
123
ImGui::PopStyleColor(1);
124
ImGui::PopItemWidth();
125
- ImGui::SameLine(); ImGuiEx::HelpMarker("Always check objects reference for UPPERCASE/LOWERCASE messages.");
+ ImGui::SameLine(); ImGuiEx::HelpMarker("Always check receiving objects reference for UPPERCASE/LOWERCASE messages.");
126
127
ImGui::Spacing();
128
if(ImGui::Button("SEND",ImVec2(-1,26*scaleFactor))){
0 commit comments