diff --git a/conformance/org.universaal.tools.conformance.verify.plugin/src/org/universaal/tools/conformance/verify/plugin/handlers/VerifierHandler.java b/conformance/org.universaal.tools.conformance.verify.plugin/src/org/universaal/tools/conformance/verify/plugin/handlers/VerifierHandler.java
index 831e18076c6c4ee2819250655b26ca3cac47b205..2c03fce99e59d14de6c96e6f4149b78e452979ce 100644
--- a/conformance/org.universaal.tools.conformance.verify.plugin/src/org/universaal/tools/conformance/verify/plugin/handlers/VerifierHandler.java
+++ b/conformance/org.universaal.tools.conformance.verify.plugin/src/org/universaal/tools/conformance/verify/plugin/handlers/VerifierHandler.java
@@ -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;
     }