From 3a05ec8055c818d3ebc206bf52faa73d44bf7a11 Mon Sep 17 00:00:00 2001 From: PatR Date: Tue, 20 Dec 2022 23:31:49 -0800 Subject: [PATCH] more PR #902 - excising "Current" Change ^X feedback of "Current Characteristics" to just "Characteristics" to match the change for "Status" and "Attributes". --- src/insight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insight.c b/src/insight.c index b14fee1a7..4b887b492 100644 --- a/src/insight.c +++ b/src/insight.c @@ -771,7 +771,7 @@ characteristics_enlightenment(int mode, int final) char buf[BUFSZ]; enlght_out(""); - Sprintf(buf, "%s Characteristics:", !final ? "Current" : "Final"); + Sprintf(buf, "%sCharacteristics:", !final ? "" : "Final "); enlght_out(buf); /* bottom line order */