diff --git a/source/blender/src/buttons_logic.c b/source/blender/src/buttons_logic.c index 3d6987fe9b7..63ffa95abef 100644 --- a/source/blender/src/buttons_logic.c +++ b/source/blender/src/buttons_logic.c @@ -2077,7 +2077,7 @@ static short draw_actuatorbuttons(bActuator *act, uiBlock *block, short xco, sho uiDefBut(block, TEX, 1, "To: ", (xco+10), (yco-(myline++*24)), (width-20), 19, &ma->toPropName, 0, 31, 0, 0, - "Optional send message to objects with this property only" + "Optional send message to objects with this name only" ", or empty to broadcast"); #endif