diff options
author | Adam <Adam@anope.org> | 2015-03-12 08:00:12 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-03-12 08:00:12 -0400 |
commit | c5ff7c686837afbb854aa6546ade3aa8c86a1cd1 (patch) | |
tree | 34b29642844886068f3379ff999b1067b6a96750 /include/language.h | |
parent | 92920f5a1c8866c8e26e1608f0feb3e3e54c8dd2 (diff) |
Show passlen in PASSWORD_TOO_LONG
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.h b/include/language.h index a1b5c347d..7832f4692 100644 --- a/include/language.h +++ b/include/language.h @@ -74,7 +74,7 @@ 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. Please try again with a shorter password.") +#define PASSWORD_TOO_LONG _("Your password is too long. It must not exceed %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.") |