From 8212f2f98582a7eeec8c17f4db4dda3131449a09 Mon Sep 17 00:00:00 2001 From: onms Date: Thu, 23 Oct 2025 17:36:54 -0500 Subject: [PATCH] Gold Acquired --- data/Plugin/お金ウィンドウ.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Plugin/お金ウィンドウ.js b/data/Plugin/お金ウィンドウ.js index 52d2f78..c305b9d 100644 --- a/data/Plugin/お金ウィンドウ.js +++ b/data/Plugin/お金ウィンドウ.js @@ -40,7 +40,7 @@ GoldChangeNoticeView.drawNoticeViewContent = function(x, y) { var n = this._gold; var width = TextRenderer.getTextWidth(text, font) + 5; NumberRenderer.drawRightNumber(x + 2, y + 7, n); - TextRenderer.drawKeywordText(x + 57, y + 6, 'Gを手に入れた!', -1, infoColor, font); + TextRenderer.drawKeywordText(x + 57, y + 6, 'Gold Acquired!', -1, infoColor, font); };