From 0925ea575048bee0a891fef3507dbad3233a6259 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 11 Sep 2019 10:10:55 -0700 Subject: [PATCH] Changed English message for enhancing multiple items to use both of the integer format parameters. --- src/cmd-smith.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd-smith.c b/src/cmd-smith.c index 44ebef8f8..c8f47de12 100644 --- a/src/cmd-smith.c +++ b/src/cmd-smith.c @@ -1126,7 +1126,7 @@ static void add_essence(ESSENCE_IDX mode) if (o_ptr->number > 1) { use_essence *= o_ptr->number; - msg_format(_("%d個あるのでエッセンスは%d必要です。", "It will take %d essences."), o_ptr->number, use_essence); + msg_format(_("%d個あるのでエッセンスは%d必要です。", "For %d items, it will take %d essences."), o_ptr->number, use_essence); } if (es_ptr->essence != -1) -- 2.11.0