pull request #902 - ^X "Current X" -> just "X"
Pull request from zomGreg: for ^X feedback, change "Current Status" and "Current Attributes" to "Status" and "Attributes", respectively. Closes #902
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user