Fix small things
This commit is contained in:
parent
1d327389a4
commit
3265696496
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue