diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index b3bfa22d..83f3e405 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1283,8 +1283,8 @@ static struct cmd_t command_defs[] = { "chat off", "Do not show time in chat windows." }, { "muc set ", "Set time format for chat room windows." }, { "muc off", "Do not show time in chat room windows." }, - { "config set ", "Set time format for chat room config windows." }, - { "config off", "Do not show time in chat room config windows." }, + { "config set ", "Set time format for config windows." }, + { "config off", "Do not show time in config windows." }, { "private set ", "Set time format for private chat windows." }, { "private off", "Do not show time in private chat windows." }, { "xml set ", "Set time format for XML console window." },