From e80ed5fdc18f2a60d9a2835f4d950237484d3ff8 Mon Sep 17 00:00:00 2001 From: mogami Date: Sun, 28 Apr 2002 21:41:36 +0000 Subject: [PATCH] =?utf8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=A7=20'4=20or?= =?utf8?q?=206=20for=20Inven'=20=E3=81=AE=E8=A1=A8=E7=A4=BA=E3=82=92?= =?utf8?q?=E5=BF=98=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7?= =?utf8?q?=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/object1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object1.c b/src/object1.c index ae4bf3adf..de8f47c08 100644 --- a/src/object1.c +++ b/src/object1.c @@ -5449,7 +5449,7 @@ if (!command_see && !use_menu) strcat(out_val, " '*' #ifdef JP if (inven) strcat(out_val, format(" %s »ý¤Áʪ,", use_menu ? "'4'or'6'" : "'/'")); #else - if (inven) strcat(out_val, " / for Inven,"); +if (inven) strcat(out_val, format(" %s for Inven,", use_menu ? "4 or 6" : "'/'")); #endif } -- 2.11.0