summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wiz-item.cc')
-rw-r--r--crawl-ref/source/wiz-item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-item.cc b/crawl-ref/source/wiz-item.cc
index 0e55bd9292..05de002c1e 100644
--- a/crawl-ref/source/wiz-item.cc
+++ b/crawl-ref/source/wiz-item.cc
@@ -68,7 +68,7 @@ static void _make_all_books()
void wizard_create_spec_object_by_name()
{
char buf[1024];
- mprf(MSGCH_PROMPT, "Enter name of item (or ITEM spec): ");
+ mpr("Enter name of item (or ITEM spec): ", MSGCH_PROMPT);
if (cancellable_get_line_autohist(buf, sizeof buf) || !*buf)
{
canned_msg(MSG_OK);