summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-12 19:24:31 +0000
committerSadie Powell <sadie@witchery.services>2024-03-12 19:24:31 +0000
commit22ba54b00dbeef1a7ab14c5d22a7360b47c29a40 (patch)
tree91ee25d989e0ac3ec62c97003a37e60bfaac5c8a /include
parent6fd7ca39e2ff6ba3c2e721e64432caa79ef0ffca (diff)
Show the full command in CONFIRM_DROP.
Diffstat (limited to 'include')
-rw-r--r--include/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.h b/include/language.h
index 1f5889d94..405102c1d 100644
--- a/include/language.h
+++ b/include/language.h
@@ -65,7 +65,7 @@ namespace Language
} // namespace Language
/* Commonly used language strings */
-#define CONFIRM_DROP _("Please confirm that you want to drop \002%s\002 with \002DROP %s %s\002")
+#define CONFIRM_DROP _("Please confirm that you want to drop \002%s\002 with \002%s%s DROP %s %s\002")
#define MORE_INFO _("\002%s%s HELP %s\002 for more information.")
#define BAD_USERHOST_MASK _("Mask must be in the form \037user\037@\037host\037.")
#define BAD_EXPIRY_TIME _("Invalid expiry time.")