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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user