From 7dfd5f3e443dd4392806542e3eb9b3c68072efd7 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Sun, 29 Dec 2019 09:54:55 -0800 Subject: [PATCH] To be more idiomatic, changed preposition in English offer for tsuchinoko. --- src/bldg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bldg.c b/src/bldg.c index c3762fcd1..93c1db233 100644 --- a/src/bldg.c +++ b/src/bldg.c @@ -1792,7 +1792,7 @@ static void today_target(player_type *player_ptr) static void tsuchinoko(void) { clear_bldg(4, 18); - c_put_str(TERM_YELLOW, _("一獲千金の大チャンス!!!", "Big chance to quick money!!!"), 5, 10); + c_put_str(TERM_YELLOW, _("一獲千金の大チャンス!!!", "Big chance for quick money!!!"), 5, 10); c_put_str(TERM_YELLOW, _("ターゲット:幻の珍獣「ツチノコ」", "target: the rarest animal 'Tsuchinoko'"), 6, 10); c_put_str(TERM_WHITE, _("生け捕り ---- $1,000,000", "catch alive ---- $1,000,000"), 8, 10); c_put_str(TERM_WHITE, _("死体 ---- $200,000", "corpse ---- $200,000"), 9, 10); -- 2.11.0