diff options
author | Sadie Powell <sadie@witchery.services> | 2021-05-31 21:18:26 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-05-31 21:44:10 +0100 |
commit | cadc6f48e614fad6c8febf42899f352d9172fa73 (patch) | |
tree | f6543974468a755547a6ed768a9ad112e1e69c63 /include/language.h | |
parent | b6665d5eb952b94a12b6630f0da45955bfac0549 (diff) |
Remove nickserv:strictpasswords as it is now obsolete.
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/language.h b/include/language.h index 3087da802..0b55c7f22 100644 --- a/include/language.h +++ b/include/language.h @@ -70,9 +70,9 @@ namespace Language #define READ_ONLY_MODE _("Services are in read-only mode!") #define PASSWORD_INCORRECT _("Password incorrect.") #define ACCESS_DENIED _("Access denied.") -#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 MORE_OBSCURE_PASSWORD _("Please try again with a more obscure password. Passwords should not be\n" \ + "something that could be easily guessed (e.g. your real name or your nick) and\n" \ + "cannot contain the space or tab characters.\n") #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.") |