From 6b0e25f899083a75d6fa9116ceb6882b263b9a98 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 18 Aug 1999 01:39:16 +0000 Subject: Make phrase to enter password again clearer --- phantasia/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phantasia/main.c') 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); -- cgit v1.2.3-56-ge451