diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-07 22:42:57 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-07 22:52:41 +0000 |
commit | 4e04a11995a4f33b1247b856f3232d92c73f7883 (patch) | |
tree | 8eb18c9c142a09a25ff09aab7c6be470b33fe1d1 /include | |
parent | 76e5480be9f1d291214a7c74b2554c141762d253 (diff) |
Consistently use email instead of e-mail.
Diffstat (limited to 'include')
-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.") |