Commit ae135a2a authored by Claes Sjofors's avatar Claes Sjofors

Plc connect error message fix

parent 17a8f94e
......@@ -1365,7 +1365,7 @@ int gobj_get_object_m16( WFoe *foe, vldh_t_node node, unsigned long index)
sts = gobj_get_select( foe, &attrref, &is_attr);
if ( EVEN(sts)) {
foe->message( "Select a digital signal or attribute in the navigator");
foe->message( "Select an analog signal or attribute in the navigator");
BEEP;
return sts;
}
......@@ -1410,7 +1410,7 @@ int gobj_get_object_m16( WFoe *foe, vldh_t_node node, unsigned long index)
create_classid = pwr_cClass_stoav;
break;
default:
foe->message( "Select a digital signal or attribute in the navigator");
foe->message( "Select an analog signal or attribute in the navigator");
BEEP;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment