Fix small things

This commit is contained in:
DazedAnon 2025-01-14 11:16:28 -06:00
parent 1d327389a4
commit 3265696496
2 changed files with 2 additions and 2 deletions

View file

@ -351,7 +351,7 @@ var Window_SoupKichenList = /** @class */ (function (_super) {
);
if (man.isOsusume()) {
this.changeTextColor(ColorManager.crisisColor());
this.drawText("オススメ", rect.x - 10, rect.y - 8, rect.width, "right");
this.drawText("Recommended", rect.x - 10, rect.y - 8, rect.width, "right");
}
} else {
this.contents.fontSize = 18;

View file

@ -216,7 +216,7 @@ function initVocabJp() {
TextManager.flame = "Fire";
TextManager.water = "Water";
TextManager.wood = "Wood";
TextManager.probability = "Activation Rate";
TextManager.probability = "Chance";
TextManager.passive = "Passive Skill";
TextManager.training = "Train";
TextManager.trainingTime = "Training Time";