From d6646afb71082f2bdcf745d7692ef6f7ff9f2927 Mon Sep 17 00:00:00 2001 From: deskull Date: Thu, 7 Mar 2019 21:31:09 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#37353=20=E3=83=A1=E3=83=83?= =?utf8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E6=95=B4=E7=90=86=E3=80=82=20/=20Ref?= =?utf8?q?actor=20messages.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/snipe.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/snipe.c b/src/snipe.c index 644de8d8d..defc56621 100644 --- a/src/snipe.c +++ b/src/snipe.c @@ -284,13 +284,8 @@ static int get_snipe_power(COMMAND_CODE *sn, bool only_browse) /* Display a list of spells */ prt("", y, x); -#ifdef JP - put_str("名前", y, x + 5); - if (only_browse) put_str("Lv 集中度", y, x + 35); -#else - put_str("Name", y, x + 5); - if (only_browse) put_str("Lv Pow", y, x + 35); -#endif + put_str(_("名前", "Name"), y, x + 5); + if (only_browse) put_str(_("Lv 集中度", "Lv Pow"), y, x + 35); /* Dump the spells */ for (i = 0; i < MAX_SNIPE_POWERS; i++) -- 2.11.0