summaryrefslogtreecommitdiff
path: root/include/language.h
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2024-01-30 19:15:19 +0100
committerRobby <robby@chatbelgie.be>2024-01-30 19:15:19 +0100
commitae1829e5a833db0c4124d61bf3d334023316f39a (patch)
tree6b952ab8aa8ac6695f333275d610cbecee1b68eb /include/language.h
parent026661c9a25bf2f1bddcf78e62514d76de7b4573 (diff)
Fix a typo in the PASSWORD_TOO_SHORT text string.
Diffstat (limited to 'include/language.h')
-rw-r--r--include/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.h b/include/language.h
index f03f6cb8e..8b9975d15 100644
--- a/include/language.h
+++ b/include/language.h
@@ -75,7 +75,7 @@ namespace Language
#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_SHORT _("Your password is too short. It 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.")