From ed52fa72754c5382cabf20f9e6891f12fc7ddb00 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Mon, 26 May 2025 18:28:58 -0500 Subject: [PATCH] TL --- www/js/plugins/AlchemySystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/plugins/AlchemySystem.js b/www/js/plugins/AlchemySystem.js index 6438be5..9774e4f 100644 --- a/www/js/plugins/AlchemySystem.js +++ b/www/js/plugins/AlchemySystem.js @@ -1646,7 +1646,7 @@ var AlchemySystem; const x = this.itemPadding(); const y = this.innerHeight - this.lineHeight() - this.itemPadding(); // ← 一番下に表示 - const text = `← →キーでレシピ切替【${this._recipeIndex + 1}/${this._recipeTotal}】`; + const text = `← → Switch Recipe【${this._recipeIndex + 1}/${this._recipeTotal}】`; this.changeTextColor(this.textColor(6)); // 6番はデフォでオレンジ this.drawText(text, x, y, this.innerWidth - x * 2, 'center');