aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1')
-rw-r--r--source/WindowsFormsApplication1/Apps/Terminal.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs
index 7ca4a01..f00efd8 100644
--- a/source/WindowsFormsApplication1/Apps/Terminal.cs
+++ b/source/WindowsFormsApplication1/Apps/Terminal.cs
@@ -58,7 +58,9 @@ namespace ShiftOS
tmrshutdown.Tick += new EventHandler(tmrshutdown_Tick);
if (Hacking == false)
{
- WriteLine("ShiftOS Alpha. (C) ShiftOS Contributors.");
+ WriteLine("ShiftOS v" + ProductVersion + "");
+ WriteLine("Copyright 2014-2016 ShiftOS Developers.");
+ WriteLine("Type 'credits' in terminal to show credits.");
WriteLine(prefix);
}
txtterm.Select(txtterm.TextLength, 0);
@@ -1637,7 +1639,7 @@ HIJACKER is a utility that allows you to hijack any system and install ShiftOS o
/// <param name="args">String[] args</param>
public void cmd_about(String[] args)
{
- API.CreateInfoboxSession("About ShiftOS", "ShiftOS Version " + ProductVersion + "\n Copyright 2014-2016 ShiftOS Dev Team \n Type 'credits' in Terminal to Show Credits", infobox.InfoboxMode.Info);
+ API.CreateInfoboxSession("About ShiftOS", "ShiftOS v" + ProductVersion + "\n Copyright 2014-2016 ShiftOS Developers. \n Type 'credits' in terminal to show credits.", infobox.InfoboxMode.Info);
}
// HISTACOM REFERENCES, DO NOT REMOVE, CRUCIAL FOR SECRET STORY ARC