Skip to content
Snippets Groups Projects
Commit 9fc450e4 authored by Alvaro Fides's avatar Alvaro Fides
Browse files

Refined log messages

parent 441bbbfa
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ public class VerifierHandler extends AbstractHandler {
selectedPrj = ((IProject) selected);
} else {
MessageDialog.openInformation(window.getShell(),
"Verify Conformance", "Not a Project");
"Verify Conformance", "Selection is not a valid project. You must select a valid Maven project first.");
return null;
}
......@@ -75,7 +75,7 @@ public class VerifierHandler extends AbstractHandler {
} else {
MessageDialog.openInformation(window.getShell(),
"Verify Conformance", "Not a structured selection");
"Verify Conformance", "No selection was made. You must select a valid Maven project first.");
}
return null;
}
......
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