From 716c1b2eaaf08318431cb94d610973e8536bfe58 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 24 Sep 2019 17:46:32 -0700 Subject: [PATCH] Corrected spelling ("torche" to "torch") and subject/verb agreement in the same English message. --- src/cmd-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd-item.c b/src/cmd-item.c index 3275be497..9902b26e3 100644 --- a/src/cmd-item.c +++ b/src/cmd-item.c @@ -1034,7 +1034,7 @@ static void do_cmd_refill_torch(void) else if ((o_ptr->name2 == EGO_LITE_DARKNESS) || (j_ptr->name2 == EGO_LITE_DARKNESS)) { j_ptr->xtra4 = 0; - msg_print(_("しかし松明は全く光らない。", "Curiously, your torche don't light.")); + msg_print(_("しかし松明は全く光らない。", "Curiously, your torch doesn't light.")); } /* Over-fuel message */ else if (j_ptr->xtra4 >= FUEL_TORCH) -- 2.11.0