Fix wrong translation key
This commit is contained in:
parent
f88163d1e5
commit
938df857cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user