Skip to content
Snippets Groups Projects
Commit ee6ab585 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

update text referring to additional guard

parent 6da3c6f9
Branches
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ public class CustomPreconditionDialogHandler extends AbstractHandler implements ...@@ -30,7 +30,7 @@ public class CustomPreconditionDialogHandler extends AbstractHandler implements
if (filtered.size() != 1) { if (filtered.size() != 1) {
Logger.notifyUser(filtered.size() Logger.notifyUser(filtered.size()
+ " operations selected. An additional Guard can only be added to a single operation"); + " operations selected. An additional Guard Constraint can only be added to a single operation");
return null; return null;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment