summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 3683453987..d222383925 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -571,7 +571,7 @@ bool butchery(int which_corpse)
// Shall we butcher this corpse?
do
{
- mprf(MSGCH_PROMPT, "%s %s? [yc/n/a/q/?]",
+ mprf(MSGCH_PROMPT, "%s %s? (yc/n/a/q/?)",
(sacrifice || !can_bottle_blood_from_corpse(si->plus)) ?
"Butcher" : "Bottle",
corpse_name.c_str());