summaryrefslogtreecommitdiff
path: root/include/language.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-05-31 21:16:06 +0100
committerSadie Powell <sadie@witchery.services>2021-05-31 21:16:06 +0100
commitb6665d5eb952b94a12b6630f0da45955bfac0549 (patch)
tree11a0e857c36a26cc6566e65d7dd7735438bd432a /include/language.h
parent95955ae0693310a4f70aa885a1772a021ad1a213 (diff)
Add the nickserv:minpasslen option.
Diffstat (limited to 'include/language.h')
-rw-r--r--include/language.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/language.h b/include/language.h
index bdf5b3042..3087da802 100644
--- a/include/language.h
+++ b/include/language.h
@@ -73,7 +73,8 @@ namespace Language
#define MORE_OBSCURE_PASSWORD _("Please try again with a more obscure password. Passwords should be at least\n" \
"five characters long, should not be something easily guessed\n" \
"(e.g. your real name or your nick), and cannot contain the space or tab characters.")
-#define PASSWORD_TOO_LONG _("Your password is too long. It must not exceed %u characters.")
+#define PASSWORD_TOO_SHORT _("Your password is too short. It must must be longer than %u characters.")
+#define PASSWORD_TOO_LONG _("Your password is too long. It must be shorter than %u characters.")
#define NICK_NOT_REGISTERED _("Your nick isn't registered.")
#define NICK_X_NOT_REGISTERED _("Nick \002%s\002 isn't registered.")
#define NICK_X_NOT_IN_USE _("Nick \002%s\002 isn't currently in use.")