# HG changeset patch # User Jorge Arellano Cid # Date 1468437387 14400 # Wed Jul 13 15:16:27 2016 -0400 # Node ID 46080df497513d102cbfac1f3fbdf6e5036f5e46 # Parent ec2b93780dae5a90416544d139c8edc96897da4c Bug meter message. diff --git a/src/uicmd.cc b/src/uicmd.cc --- a/src/uicmd.cc +++ b/src/uicmd.cc @@ -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: Good HTML!", "No HTML errors found while parsing!"); } }