From 3e0998ac3bd6d3837334ebf89ac43c19b90f0ed7 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Wed, 19 Jun 2024 10:13:31 +0000 Subject: ladmin: Update documentation for neuter gender --- src/admin/ladmin.cpp | 4 ++-- 1 file 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; } -- cgit v1.2.3-70-g09d2