Skip to content

Commit e31ae24

Browse files
committed
updated info message
1 parent 19310ec commit e31ae24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objects/gui/moMessage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void moMessage::drawObjectNodeGui( ImGuiEx::NodeCanvas& _nodeCanvas ){
122122
ImGui::InputText("##source", &actualMessage);
123123
ImGui::PopStyleColor(1);
124124
ImGui::PopItemWidth();
125-
ImGui::SameLine(); ImGuiEx::HelpMarker("Always check objects reference for UPPERCASE/LOWERCASE messages.");
125+
ImGui::SameLine(); ImGuiEx::HelpMarker("Always check receiving objects reference for UPPERCASE/LOWERCASE messages.");
126126

127127
ImGui::Spacing();
128128
if(ImGui::Button("SEND",ImVec2(-1,26*scaleFactor))){

0 commit comments

Comments
 (0)