mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
Moved Ball "Cancel" label to a diffrent locale file
This commit is contained in:
parent
da6cdaf187
commit
1862339a2f
@ -32,7 +32,7 @@ export default class BallUiHandler extends UiHandler {
|
||||
for (let pb = 0; pb < Object.keys(globalScene.pokeballCounts).length; pb++) {
|
||||
optionsTextContent += `${getPokeballName(pb)}\n`;
|
||||
}
|
||||
optionsTextContent += i18next.t("pokeball:cancel");
|
||||
optionsTextContent += i18next.t("commandUiHandler:ballCancel");
|
||||
const optionsText = addTextObject(0, 0, optionsTextContent, TextStyle.WINDOW, { align: "right", maxLines: 6 });
|
||||
const optionsTextWidth = optionsText.displayWidth;
|
||||
this.pokeballSelectContainer = globalScene.add.container(
|
||||
|
Loading…
Reference in New Issue
Block a user