]> code.citadel.org Git - citadel.git/commitdiff
* citadel.c: Reworded one of the prompts
authorArt Cancro <ajc@citadel.org>
Fri, 10 Oct 2003 05:43:57 +0000 (05:43 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Oct 2003 05:43:57 +0000 (05:43 +0000)
citadel/ChangeLog
citadel/citadel.c

index 1183eee356b8fae81f0c9dabd2d751b39c4c405d..4bc278d284949aed09a641a141109b1ae4a344e8 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 610.20  2003/10/10 05:43:57  ajc
+ * citadel.c:  Reworded one of the prompts
+
  Revision 610.19  2003/10/07 15:56:17  ajc
  * Better handling of incoming Internet addresses consisting of an address
    in angle brackets with no name outside the brackets.
@@ -5041,4 +5044,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index e1492f16d6043faf852800d4986da1a3a6933556..07a9eb6152d134d1d2fdaba7412c7b031e90458a 100644 (file)
@@ -1256,7 +1256,8 @@ int main(int argc, char **argv)
        goto GSTA;
 
 NEWUSR:        if (strlen(rc_password) == 0) {
-               scr_printf("No record. Enter as new user? ");
+               scr_printf("'%s' not found.\n"
+                       "Do you want to create a new account with this name? ");
                if (yesno() == 0)
                        goto GSTA;
        }