diff --git a/www/js/plugins/JsScript33Set.js b/www/js/plugins/JsScript33Set.js index b642338..983c405 100644 --- a/www/js/plugins/JsScript33Set.js +++ b/www/js/plugins/JsScript33Set.js @@ -565,7 +565,7 @@ Game_Interpreter.prototype.Menu_L2Item_View = function () { _i2flame = 0; _UseItem = $dataItems[_DgArr_m1[_DgSelX][_DgSelY]]; let _dgStr = "\\I[" + _UseItem.iconIndex + "] " + _UseItem.name; - this.SpriteStr(PN_mItmUTxt, _dgStr + "を使用しますか?", 25, 445, 310, 0); + this.SpriteStr(PN_mItmUTxt, "Do you want to use " + _dgStr + "?", 25, 445, 310, 0); this.MoveSprite(PN_mItmUTxt, true, true, 10); this.SetSpriteFIn(PN_mItmUWin, M_Item_Pic + "PN_mItmUWin", 0, 0, 0, 0, 10); this.MovePict(PN_mAdvSell, 470 + (253 * _il2Sel), 384, 5);