]> code.citadel.org Git - citadel.git/commitdiff
* Fixed one of the prompts (bugzilla #118)
authorArt Cancro <ajc@citadel.org>
Fri, 20 Feb 2004 02:55:18 +0000 (02:55 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 20 Feb 2004 02:55:18 +0000 (02:55 +0000)
citadel/ChangeLog
citadel/routines.c

index 7d03fd777d1131d9fc7c13c8cfb7ddfabe72d695..6de35d1a0529724d461d1ee14d347ba0a0af850f 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 614.44  2004/02/20 02:55:18  ajc
+ * Fixed one of the prompts (bugzilla #118)
+
  Revision 614.43  2004/02/19 04:12:56  ajc
  * Instead of doing the silly "Kolab reserved folder names" thing, instead
    implemented the Cyrus-compatible style of forcing all personal mailbox
@@ -5379,3 +5382,4 @@ 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 cbeaddaf7076db12693cee376d89928524169e5e..c8ab5bc212b2c1839c5aa77c729b869edeae8b1a 100644 (file)
@@ -136,7 +136,7 @@ void edituser(CtdlIPC *ipc)
        user->axlevel = intprompt("Access level", user->axlevel, 0, 6);
 
        user->flags = set_attr(ipc, user->flags,
-               "Permission to send/receive Internet mail",
+               "Permission to send Internet mail",
                US_INTERNET, 0);
 
        if (boolprompt("Ask user to register again", !(user->flags & US_REGIS)))