From f84b22c922a058c998f0798cd7d2b855f33d5ebc Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Debian Linux)" <rob@synchro.net>
Date: Mon, 28 Oct 2024 21:54:58 -0700
Subject: [PATCH] Less ambiguous, not unambiguous

---
 src/sbbs3/scfg/scfgsys.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/scfg/scfgsys.c b/src/sbbs3/scfg/scfgsys.c
index cbdb7d36f8..b97b5ca69e 100644
--- a/src/sbbs3/scfg/scfgsys.c
+++ b/src/sbbs3/scfg/scfgsys.c
@@ -1370,7 +1370,7 @@ int edit_sys_date_verbal(int page, int total)
 		"`Short Date Display Format:`\n"
 		"\n"
 		"If you would like abbreviated dates to be displayed using verbal\n"
-		"(non-numeric, unambiguous) month name abbreviations, choose `Verbal`.";
+		"(non-numeric, less ambiguous) month name abbreviations, choose `Verbal`.";
 	;
 	if(page) {
 		mode = wiz_help(page, total, uifc.helpbuf);
-- 
GitLab