Skip to content
Snippets Groups Projects
Commit 0207ea09 authored by Peter Albrecht's avatar Peter Albrecht
Browse files

Changed context menu text: skill -> execution

parent 51903cf6
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ namespace armarx
QMenu* menu = new QMenu();
// Stop skill
QAction* stopSkillAction = new QAction("Stop Skill", this);
QAction* stopSkillAction = new QAction("Stop Execution", this);
skills::SkillStatus currentStatus =
skillStatusUpdates.at(selectedSkill.skillExecutionId).status;
stopSkillAction->setDisabled(currentStatus == skills::SkillStatus::Aborted ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment