summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-15 12:09:58 +0000
committerSadie Powell <sadie@witchery.services>2024-03-15 12:09:58 +0000
commitad86535024e3a85bd161b711aabe93997a5705ad (patch)
tree71aa76167c8b8abee24dba92554a4b9653b9444e /include
parent628f4d2a7e4d072439ad8f30cf6fb702e14f134b (diff)
Consistently use READ_ONLY_MODE everywhere.
Diffstat (limited to 'include')
-rw-r--r--include/language.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/language.h b/include/language.h
index 657f3669c..8fdcdc18a 100644
--- a/include/language.h
+++ b/include/language.h
@@ -71,7 +71,7 @@ namespace Language
#define BAD_USERHOST_MASK _("Mask must be in the form \037user\037@\037host\037.")
#define BAD_EXPIRY_TIME _("Invalid expiry time.")
#define USERHOST_MASK_TOO_WIDE _("%s coverage is too wide; Please use a more specific mask.")
-#define READ_ONLY_MODE _("Services are in read-only mode!")
+#define READ_ONLY_MODE _("Services are temporarily 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 not be\n" \
@@ -116,7 +116,6 @@ namespace Language
"Type \002%s%s READ %zu\002 to read it.")
#define MEMO_HAVE_NO_MEMOS _("You have no memos.")
#define MEMO_X_HAS_NO_MEMOS _("%s has no memos.")
-#define MEMO_SEND_DISABLED _("Sorry, memo sending is temporarily disabled.")
#define MEMO_HAVE_NO_NEW_MEMOS _("You have no new memos.")
#define MEMO_X_HAS_NO_NEW_MEMOS _("%s has no new memos.")
#define BOT_DOES_NOT_EXIST _("Bot \002%s\002 does not exist.")