From 86ab924745ba191e86aca48d324ec807c103bcf0 Mon Sep 17 00:00:00 2001 From: Greg Moselle Date: Sun, 16 Oct 2022 12:08:19 -0600 Subject: [PATCH] The word 'Current' is unnecessary here (and in general). --- src/insight.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insight.c b/src/insight.c index 75c77718e..b14fee1a7 100644 --- a/src/insight.c +++ b/src/insight.c @@ -901,7 +901,7 @@ status_enlightenment(int mode, int final) * should be discernible to the hero hence to the player) \*/ enlght_out(""); /* separator after title or characteristics */ - enlght_out(final ? "Final Status:" : "Current Status:"); + enlght_out(final ? "Final Status:" : "Status:"); Strcpy(youtoo, You_); /* not a traditional status but inherently obvious to player; more @@ -1419,7 +1419,7 @@ attributes_enlightenment(int unused_mode UNUSED, int final) * Attributes \*/ enlght_out(""); - enlght_out(final ? "Final Attributes:" : "Current Attributes:"); + enlght_out(final ? "Final Attributes:" : "Attributes:"); if (u.uevent.uhand_of_elbereth) { static const char *const hofe_titles[3] = { "the Hand of Elbereth",