mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-19 04:15:14 -04:00
about: improve language
This commit is contained in:
parent
8abb76de78
commit
11443348e2
@ -66,7 +66,7 @@ interface GUIElementDrawer {
|
||||
if (element is LayoutedGUIElement<*>) {
|
||||
latch.inc()
|
||||
element.prepare()
|
||||
DefaultThreadPool += { element.prepareAsync();latch.dec() }
|
||||
DefaultThreadPool += { element.prepareAsync(); latch.dec() }
|
||||
}
|
||||
}
|
||||
latch.dec()
|
||||
|
@ -209,7 +209,7 @@ minosoft:menu.pause.exit=Exit
|
||||
minosoft:menu.pause.exit.confirm=§cClick again to exit
|
||||
|
||||
|
||||
minosoft:main.about.text=Glad that you test my software :)\nThis project is really in early stage, don't use it on anti cheat protected servers\nI am looking for contributors :) Please help me make this usable
|
||||
minosoft:main.about.text=Glad that you test my software :)\nThis project is in a really early stage, don't use it on online servers!\nI am looking for contributors :) Please help me and make this usable
|
||||
minosoft:main.about.crash=Create crash report
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user