summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 52899230e7..ec681119df 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2370,7 +2370,7 @@ void inscribe_item(item_def &item, bool proper_prompt)
if (is_inscribed)
prompt += "(c) to clear it";
}
- prompt += ". ";
+ prompt += ".";
if (proper_prompt)
mpr(prompt.c_str(), MSGCH_PROMPT);