summaryrefslogtreecommitdiffstats
path: root/phantasia/main.c
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1999-08-18 01:39:16 +0000
committerhubertf <hubertf@NetBSD.org>1999-08-18 01:39:16 +0000
commit6b0e25f899083a75d6fa9116ceb6882b263b9a98 (patch)
treef18183b55e2ba3f9afc8789d529a7e6a8c3add39 /phantasia/main.c
parent8dd5f5266b5bbb71935f11ca644f67c9d872115e (diff)
downloadbsdgames-darwin-6b0e25f899083a75d6fa9116ceb6882b263b9a98.tar.gz
bsdgames-darwin-6b0e25f899083a75d6fa9116ceb6882b263b9a98.tar.zst
bsdgames-darwin-6b0e25f899083a75d6fa9116ceb6882b263b9a98.zip
Make phrase to enter password again clearer
Diffstat (limited to 'phantasia/main.c')
-rw-r--r--phantasia/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/main.c b/phantasia/main.c
index b571be74..11cee82f 100644
--- a/phantasia/main.c
+++ b/phantasia/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.5 1998/08/30 09:19:39 veego Exp $ */
+/* $NetBSD: main.c,v 1.6 1999/08/18 01:39:16 hubertf Exp $ */
/*
* Phantasia 3.3.2 -- Interterminal fantasy game
@@ -383,7 +383,7 @@ rollnewplayer()
do {
mvaddstr(20, 0, "Give your character a password [up to 8 characters] ? ");
getstring(Player.p_password, SZ_PASSWORD);
- mvaddstr(21, 0, "One more time to verify ? ");
+ mvaddstr(21, 0, "Enter again to verify: ");
getstring(Databuf, SZ_PASSWORD);
}
while (strcmp(Player.p_password, Databuf) != 0);