aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2016-07-13 15:16:27 -0400
committerJorge Arellano Cid <jcid@dillo.org>2016-07-13 15:16:27 -0400
commitf2267daa5f920d03bb15294d1be47fbddfdfa793 (patch)
tree4313f3703a768ac5274c18bde66c57bbf16a247e /src/uicmd.cc
parent1a4a02390cf30c3633f5dec9ada76b3e515a40bb (diff)
Bug meter message.
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r--src/uicmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index 9541a7df..4fbb4794 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -1229,7 +1229,7 @@ void a_UIcmd_view_page_bugs(void *vbw)
if (bw->num_page_bugs > 0) {
a_Dialog_text_window("Dillo: Detected HTML errors", bw->page_bugs->str);
} else {
- a_Dialog_msg("Dillo: Valid HTML!", "Zero detected HTML errors!");
+ a_Dialog_msg("Dillo: Good HTML!", "No HTML errors found while parsing!");
}
}