From 420ac7d50e2e5d26613d39027f92110f9ac0e35e Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Mon, 15 Feb 2021 14:43:34 -0800 Subject: [PATCH] In build_type17() English cheat message, replace "fix" with "fixed" and make capitalization like the other cheat messages. --- src/rooms-vault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rooms-vault.c b/src/rooms-vault.c index 8243b68a7..adc2ec7b6 100644 --- a/src/rooms-vault.c +++ b/src/rooms-vault.c @@ -1288,7 +1288,7 @@ bool build_type17(void) v_ptr = &v_info[2]; #endif - msg_format_wizard(CHEAT_DUNGEON, _("特殊固定部屋(%s)を生成しました。", "Special Fix room (%s)."), v_name + v_ptr->name); + msg_format_wizard(CHEAT_DUNGEON, _("特殊固定部屋(%s)を生成しました。", "Special Fixed Room (%s)."), v_name + v_ptr->name); /* Hack -- Build the vault */ build_vault(yval, xval, v_ptr->hgt, v_ptr->wid, -- 2.11.0