Blame SOURCES/dnssec-trigger-rh1254473.patch

2ac4eb
diff --git a/panel/attach.c b/panel/attach.c
2ac4eb
index 8f12403..ba491b2 100644
2ac4eb
--- a/panel/attach.c
2ac4eb
+++ b/panel/attach.c
2ac4eb
@@ -501,9 +501,11 @@ void fetch_proberesults(char* buf, size_t len, const char* lf)
2ac4eb
 		"results is used, but no queries are made.%s", lf, lf);
2ac4eb
 			else if(strstr(p->str, "forced_insecure"))
2ac4eb
 				n=snprintf(pos, left, 
2ac4eb
-		"DNS queries are sent to INSECURE servers, because of%s"
2ac4eb
-		"Hotspot Signon. Select Reprobe (from menu) after signon.%s"
2ac4eb
-		"Please, be careful out there.%s", lf, lf, lf);
2ac4eb
+		"DNS queries are being sent to INSECURE servers%s"
2ac4eb
+		"because Hotspot Sign-on mode was selected. Select%s"
2ac4eb
+		"Reprobe (from menu) after sign-on. A red exclamation%s"
2ac4eb
+		"mark in the icon warns you when DNSSEC is disabled.%s",
2ac4eb
+				lf, lf, lf, lf);
2ac4eb
 			else if(strstr(p->str, "http_insecure") &&
2ac4eb
 				strstr(p->str, "insecure_mode")==NULL)
2ac4eb
 				n=snprintf(pos, left,