Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv23120
Modified Files:
helpserv.c
Log Message:
Typo fix
Index: helpserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/helpserv.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** helpserv.c 14 Nov 2002 02:22:35 -0000 1.52
--- helpserv.c 29 Nov 2002 02:03:49 -0000 1.53
***************
*** 123,127 ****
#define HSMSG_NO_SELF_CLVL "You cannot change your own access."
#define HSMSG_NO_BUMP_ACCESS "You cannot give users the same or more access than yourself."
! #define HSMSG_NO_TRANSFER_SELF "You cannot give ownership to your own accountv."
#define HSMSG_OWNERSHIP_GIVEN "Ownership of $b%s$b has been transferred to account $b%s$b."
#define HSMSG_ADDED_USER "Added new $b%s$b %s to the user list."
--- 123,127 ----
#define HSMSG_NO_SELF_CLVL "You cannot change your own access."
#define HSMSG_NO_BUMP_ACCESS "You cannot give users the same or more access than yourself."
! #define HSMSG_NO_TRANSFER_SELF "You cannot give ownership to your own account."
#define HSMSG_OWNERSHIP_GIVEN "Ownership of $b%s$b has been transferred to account $b%s$b."
#define HSMSG_ADDED_USER "Added new $b%s$b %s to the user list."
|