more PR #902 - excising "Current"

Change ^X feedback of "Current Characteristics" to just
"Characteristics" to match the change for "Status" and "Attributes".
This commit is contained in:
PatR
2022-12-20 23:31:49 -08:00
parent 460dc842b9
commit 3a05ec8055

View File

@@ -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 */