From b9e4f471c2e23283945ba9324912c7e29dd8fbd8 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 21 Jun 2016 13:37:02 +0200 Subject: Fix a debug-mode prompt --- src/wizard2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wizard2.cc') diff --git a/src/wizard2.cc b/src/wizard2.cc index eb3b375c..8685f242 100644 --- a/src/wizard2.cc +++ b/src/wizard2.cc @@ -158,7 +158,7 @@ static void wiz_create_named_art() object_type forge; object_type *q_ptr; int i, a_idx; - cptr p = "Number of the artifact :"; + cptr p = "Number of the artifact: "; char out_val[80] = ""; artifact_type *a_ptr; -- cgit v1.2.3