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

change text

parent dbfd070e
No related branches found
No related tags found
No related merge requests found
...@@ -97,11 +97,11 @@ public final class LoadEventBModelCommand { ...@@ -97,11 +97,11 @@ public final class LoadEventBModelCommand {
int solsFound = explore.getState().getEnabledOperations().size(); int solsFound = explore.getState().getEnabledOperations().size();
if (solsFound > 0) { if (solsFound > 0) {
message = "A timeout occured when finding constants after finding " + solsFound + " solution(s)." message = "A timeout occured when finding constants after finding " + solsFound + " solution(s)."
+ " Typically this means, that your axioms are too complicated for automatical solving. " + " Typically this means, that your axioms are too complicated for automatic solving. "
+ "You might create an animation refinement using the context menu to help ProB finding all solutions."; + "You might create an animation refinement using the context menu to help ProB finding all solutions.";
} else { } else {
message = "A timeout occured when finding constants." message = "A timeout occured when finding constants."
+ " Typically this means, that your axioms are too complicated for automatical solving. " + " Typically this means, that your axioms are too complicated for automatic solving. "
+ "You might create an animation refinement using the context menu to help ProB finding a solution."; + "You might create an animation refinement using the context menu to help ProB finding a solution.";
} }
Logger.notifyUserWithoutBugreport(message); Logger.notifyUserWithoutBugreport(message);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment