diff options
author | Adam <Adam@anope.org> | 2011-07-26 05:44:14 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-07-26 05:44:14 -0400 |
commit | e8c00b9e8b1b88a6307d8d093258e3e8d37ce1c0 (patch) | |
tree | ee98147c5bfb39518da67650e1886fc1a12f432f /include/language.h | |
parent | 023d4b44eccf4e1f51f07a596f02d32c892e63df (diff) |
A few small fixes
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 f2b9bec7b..6c31daa4c 100644 --- a/include/language.h +++ b/include/language.h @@ -13,9 +13,9 @@ #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 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 NICK_NOT_REGISTERED _("Your nick isn't registered.") #define NICK_X_NOT_REGISTERED _("Nick \002%s\002 isn't registered.") |