aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRogueAI42 <[email protected]>2017-06-19 20:14:36 +1000
committerRogueAI42 <[email protected]>2017-06-19 20:14:36 +1000
commit49b31c7e847cc7aa9365880f9f92e0498f1450bd (patch)
treef0cf2ec680763ff29c8bc24d08a3921e94320487
parent37e9af7ca62b5bac72a56b2b8e847e5c0a5a1a6b (diff)
downloadshiftos_thereturn-49b31c7e847cc7aa9365880f9f92e0498f1450bd.tar.gz
shiftos_thereturn-49b31c7e847cc7aa9365880f9f92e0498f1450bd.tar.bz2
shiftos_thereturn-49b31c7e847cc7aa9365880f9f92e0498f1450bd.zip
extra loading joke
-rw-r--r--ShiftOS.WinForms/Resources/strings_en.txt1
-rw-r--r--ShiftOS_TheReturn/SaveSystem.cs2
2 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Resources/strings_en.txt b/ShiftOS.WinForms/Resources/strings_en.txt
index 9e17f11..55402ab 100644
--- a/ShiftOS.WinForms/Resources/strings_en.txt
+++ b/ShiftOS.WinForms/Resources/strings_en.txt
@@ -235,6 +235,7 @@
"{LOADINGMSG2_7}": "[systemd] There's no antidote...",
"{LOADINGMSG2_8}": "[systemd] Can I at least have a muffin?",
"{LOADINGMSG2_9}": "[systemd] System initiated, but I still want a cake.",
+ "{LOADINGMSG2_10}": "[sysvinit] Your init system has been upgraded.",
//Format editor
"{FORMATEDITOR_COMMAND_LOWER}": "command",
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs
index 8cd4d9b..8cfea4a 100644
--- a/ShiftOS_TheReturn/SaveSystem.cs
+++ b/ShiftOS_TheReturn/SaveSystem.cs
@@ -107,7 +107,7 @@ namespace ShiftOS.Engine
SkinEngine.Init();
Random rnd = new Random();
int loadingJoke1 = rnd.Next(10);
- int loadingJoke2 = rnd.Next(10);
+ int loadingJoke2 = rnd.Next(11);
TerminalBackend.OpenTerminal();