diff options
-rw-r--r-- | src/admin/ladmin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/admin/ladmin.cpp b/src/admin/ladmin.cpp index 240582b..ea95243 100644 --- a/src/admin/ladmin.cpp +++ b/src/admin/ladmin.cpp @@ -660,8 +660,8 @@ void addaccount(ZString param, int emailflag) if (!"MFN"_s.contains(sex)) { - PRINTF("Illegal gender [%c]. Please input M or F.\n"_fmt, sex); - LADMIN_LOG("Illegal gender [%c]. Please input M or F.\n"_fmt, sex); + PRINTF("Illegal gender [%c]. Please input M, F, or N.\n"_fmt, sex); + LADMIN_LOG("Illegal gender [%c]. Please input M, F, or N.\n"_fmt, sex); return; } |