Translations for startup message
This commit is contained in:
@@ -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");
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user