summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp+git@gmail.com>2024-06-19 10:13:31 +0000
committerFreeyorp <TheFreeYorp+git@gmail.com>2024-06-19 13:00:17 +0000
commit3e0998ac3bd6d3837334ebf89ac43c19b90f0ed7 (patch)
tree1992d06c25776ef38bbc9e341ee65757d2900594
parent95f64c45b63322bf1d0470eb9cd699cc38af8c23 (diff)
downloadtmwa-3e0998ac3bd6d3837334ebf89ac43c19b90f0ed7.tar.gz
tmwa-3e0998ac3bd6d3837334ebf89ac43c19b90f0ed7.tar.bz2
tmwa-3e0998ac3bd6d3837334ebf89ac43c19b90f0ed7.tar.xz
tmwa-3e0998ac3bd6d3837334ebf89ac43c19b90f0ed7.zip
ladmin: Update documentation for neuter gender
-rw-r--r--src/admin/ladmin.cpp4
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;
}