diff options
| author | Alee14 <alee14498@gmail.com> | 2018-08-29 16:01:08 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-08-29 16:01:08 -0400 |
| commit | f77481171a11cdcd3bbca46246d5060a998c2473 (patch) | |
| tree | 10d9d8b610ac49a840d4b0f2a9c5bb254d55991a /PortEngine/QuantumAPI/Sites | |
| parent | ba3ffab9cbe89d3f727494d6dd3cd8dafbb8d751 (diff) | |
| download | Project-Silicon-f77481171a11cdcd3bbca46246d5060a998c2473.tar.gz Project-Silicon-f77481171a11cdcd3bbca46246d5060a998c2473.tar.bz2 Project-Silicon-f77481171a11cdcd3bbca46246d5060a998c2473.zip | |
Added the file manager
Diffstat (limited to 'PortEngine/QuantumAPI/Sites')
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/PortOSDefender.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.cs b/PortEngine/QuantumAPI/Sites/PortOSDefender.cs index 97b5db8..91847a0 100644 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.cs +++ b/PortEngine/QuantumAPI/Sites/PortOSDefender.cs @@ -38,7 +38,7 @@ namespace PortEngine.QuantumAPI.Sites private void PortOSDefender_Load(object sender, EventArgs e) { - rtxtNews.Text = "10/3/2030: Adam and "+ Properties.Settings.Default.userDisplayName +" had tracked down one of the A.H.G employees"; + rtxtNews.Text = "10/3/2030: Adam and "+ Properties.Settings.Default.userDisplayName +" has tracked down one of the A.H.G employees."; } } } |
