From dd3c0e14ed3b4bc254c7ea3f616ef984c5bc6640 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 6 Oct 2022 17:52:19 -0400 Subject: [PATCH] Make wording more consistent. --- src/omit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omit.c b/src/omit.c index 096ed907..72ce9c96 100644 --- a/src/omit.c +++ b/src/omit.c @@ -514,7 +514,7 @@ DumpOmits(void) printf("\t%02d%c%02d\n", m+1, DateSep, d); } } - printf("Globally omitted weekdays:\n"); + printf("Global Weekday OMITs:\n"); if (WeekdayOmits == 0) { printf("\tNone.\n"); } else {