diff options
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/language.h b/include/language.h index 8dfd004c1..1f5889d94 100644 --- a/include/language.h +++ b/include/language.h @@ -87,7 +87,7 @@ namespace Language #define CHAN_X_NOT_REGISTERED _("Channel \002%s\002 isn't registered.") #define CHAN_X_NOT_IN_USE _("Channel \002%s\002 doesn't exist.") #define NICK_IDENTIFY_REQUIRED _("You must be logged into an account to use that command.") -#define MAIL_X_INVALID _("\002%s\002 is not a valid e-mail address.") +#define MAIL_X_INVALID _("\002%s\002 is not a valid email address.") #define UNKNOWN _("<unknown>") #define NO_EXPIRE _("does not expire") #define LIST_INCORRECT_RANGE _("Incorrect range specified. The correct syntax is \002#\037from\037-\037to\037\002.") @@ -98,7 +98,7 @@ namespace Language #define NICK_CANNOT_BE_REGISTERED _("Nickname \002%s\002 may not be registered.") #define NICK_ALREADY_REGISTERED _("Nickname \002%s\002 is already registered!") #define NICK_SET_DISPLAY_CHANGED _("The new display is now \002%s\002.") -#define NICK_CONFIRM_INVALID _("Invalid passcode has been entered, please check the e-mail again, and retry.") +#define NICK_CONFIRM_INVALID _("Invalid passcode has been entered, please check the email again, and retry.") #define CHAN_NOT_ALLOWED_TO_JOIN _("You are not permitted to be on this channel.") #define CHAN_X_INVALID _("Channel %s is not a valid channel.") #define CHAN_REACHED_CHANNEL_LIMIT _("Sorry, you have already reached your limit of \002%d\002 channels.") |