]> granicus.if.org Git - nethack/commitdiff
vault Deaf bits
authornhmall <mjnh@persona.ca>
Thu, 7 Jan 2016 02:04:05 +0000 (21:04 -0500)
committernhmall <mjnh@persona.ca>
Thu, 7 Jan 2016 02:04:05 +0000 (21:04 -0500)
src/vault.c

index 365f06cc935ca8f55f67fe9916d074617c6a02c1..18c1d9a1653b2d79166665c81190a4c639066290 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 vault.c $NHDT-Date: 1451962301 2016/01/05 02:51:41 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.40 $ */
+/* NetHack 3.6 vault.c $NHDT-Date: 1452132199 2016/01/07 02:03:19 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.42 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -377,7 +377,7 @@ invault()
         }
         trycount = 5;
         do {
-            getlin(Deaf ? "You are required to sign in with your name. -" :
+            getlin(Deaf ? "You are required to supply your name. -" :
                     "\"Hello stranger, who are you?\" -", buf);
             (void) mungspaces(buf);
         } while (!buf[0] && --trycount > 0);