24 Jun
2016
24 Jun
'16
11:13 p.m.
On Sun, Jun 05, 2016 at 03:43:20PM +0100, Nick Warne wrote:
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.
OK, let's take a look at this one. The idea is to inform that the bug meter detected zero HTML errors, not that the doc is perfect (because the bug meter checks a subset of the syntax/grammar legalese). How is that best expressed in english?
- a_Dialog_msg("Dillo: Valid HTML!", "Zero detected HTML errors!"); + a_Dialog_msg("Dillo: Valid HTML!", "Detected no HTML errors!");
-- Cheers Jorge.-