Commit b1ee761b authored by Claes Sjofors's avatar Claes Sjofors

wb update classes message fix

parent 31f1fe66
......@@ -5051,7 +5051,7 @@ static int wnav_update_func(void* client_data, void* client_flag)
wb_volume* v = (wb_volume*)ldh_SessionToVol(wnav->ldhses);
wb_vrep* vrep = (wb_vrep*)*v;
vrep->updateMeta();
wnav->message('I', "Classvolumes updated");
wnav->message('I', "Classes updated");
} else {
wnav->message('E', "Syntax error");
return WNAV__SYNTAX;
......
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