Patch: Zero detected HTML errors
Nick Warne <nick-ucsffw2X/[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Devs, The sentence (Dillo message): Zero detected HTML errors! Is a bit contrived in English - this small patch (attached) changes it to more legal/legible English usage. Regards, Nick -- Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara" _______________________________________________ Dillo-dev mailing list [email protected] http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
zero_detect.patch
(text/x-patch, 416 B)
--- ./src/uicmd.ccOLD 2016-06-05 15:35:54.179629845 +0100
+++ ./src/uicmd.cc 2016-06-05 15:36:52.736428847 +0100
@@ -1229,7 +1229,7 @@
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: Valid HTML!", "Detected no HTML errors!");
}
}