Translations for startup message

This commit is contained in:
Anuken
2020-09-07 18:00:25 -04:00
parent 1b5a338e1e
commit b6912254c4
4 changed files with 4 additions and 8 deletions

View File

@@ -428,14 +428,7 @@ public class Control implements ApplicationListener, Loadable{
//just a regular reminder
if(!OS.prop("user.name").equals("anuke") && !OS.hasEnv("iknowwhatimdoing")){
app.post(() -> app.post(() -> {
ui.showStartupInfo("[accent]v6[] is currently in [accent]pre-alpha[].\n" +
"[lightgray]This means:[]\n" +
"- Content is missing\n" +
"- Most [scarlet]Unit AI[] does not work\n" +
"- Many units are unfinished\n" +
"- The campaign is completely unfinished\n" +
"- Everything you see is subject to change or removal." +
"\n\nReport bugs or crashes on [accent]Github[].");
ui.showStartupInfo("@indevpopup");
}));
}