From df48ed078a0409e56f8d3373898f0797c3376ae7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Mar 2025 13:58:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 6d1638620f3da1664aa3b86c46852515fc78707c) --- doc/html/namespaceTypes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/namespaceTypes.html') diff --git a/doc/html/namespaceTypes.html b/doc/html/namespaceTypes.html index 348e3b1..7308ec9 100644 --- a/doc/html/namespaceTypes.html +++ b/doc/html/namespaceTypes.html @@ -83,7 +83,7 @@ All special types for KShowMail.

-Map to notice which accounts need to get an order to do a task. The Key is the account name and the data a boolean. TRUE means the task was ordered, FALSE the task was ended. +Map to notice which accounts need to get an order to do a task. The Key is the account name and the data a boolean. true means the task was ordered, false the task was ended.

-- cgit v1.2.3