The word 'Current' is unnecessary here (and in general).

This commit is contained in:
Greg Moselle
2022-12-20 23:20:44 -08:00
committed by PatR
parent 33a5dbff37
commit 86ab924745
+2 -2
View File
@@ -901,7 +901,7 @@ status_enlightenment(int mode, int final)
* should be discernible to the hero hence to the player) * should be discernible to the hero hence to the player)
\*/ \*/
enlght_out(""); /* separator after title or characteristics */ enlght_out(""); /* separator after title or characteristics */
enlght_out(final ? "Final Status:" : "Current Status:"); enlght_out(final ? "Final Status:" : "Status:");
Strcpy(youtoo, You_); Strcpy(youtoo, You_);
/* not a traditional status but inherently obvious to player; more /* not a traditional status but inherently obvious to player; more
@@ -1419,7 +1419,7 @@ attributes_enlightenment(int unused_mode UNUSED, int final)
* Attributes * Attributes
\*/ \*/
enlght_out(""); enlght_out("");
enlght_out(final ? "Final Attributes:" : "Current Attributes:"); enlght_out(final ? "Final Attributes:" : "Attributes:");
if (u.uevent.uhand_of_elbereth) { if (u.uevent.uhand_of_elbereth) {
static const char *const hofe_titles[3] = { "the Hand of Elbereth", static const char *const hofe_titles[3] = { "the Hand of Elbereth",