Fix wrong translation key

This commit is contained in:
DBotThePony 2023-03-12 20:48:30 +07:00
parent f88163d1e5
commit 938df857cb
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -644,7 +644,7 @@ class AndroidStationScreen constructor(p_97741_: AndroidStationMenu, p_97742_: I
researchCanvas.parent = research
val bottom = EditablePanel(this, research, 0f, 0f, 0f, 20f)
val close = ButtonPanel(this, bottom, 0f, 0f, 90f, 20f, TranslatableComponent("otm.container.matter_panel.close"), onPress = Runnable { research!!.remove() })
val close = ButtonPanel(this, bottom, 0f, 0f, 90f, 20f, TranslatableComponent("otm.gui.matter_panel.close"), onPress = Runnable { research!!.remove() })
bottom.dock = Dock.BOTTOM
close.dock = Dock.RIGHT