diff options
Diffstat (limited to 'PortEngine/StorylineAPI.cs')
| -rw-r--r-- | PortEngine/StorylineAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PortEngine/StorylineAPI.cs b/PortEngine/StorylineAPI.cs index 97f526a..2edb3cc 100644 --- a/PortEngine/StorylineAPI.cs +++ b/PortEngine/StorylineAPI.cs @@ -132,7 +132,7 @@ namespace PortEngine await Task.Delay(2000); txtSentMessageDump.AppendText("<Adam> It protects your privacy and has custom web-pages." + Environment.NewLine); await Task.Delay(2000); - txtSentMessageDump.AppendText("<Adam> Think of it like the deep web, but, deeper." + Environment.NewLine); + txtSentMessageDump.AppendText("<Adam> Think of it like the dark web, but, deeper." + Environment.NewLine); await Task.Delay(2000); txtSentMessageDump.AppendText("<Adam> It does not use the normal domains used with the World Wide Web, it uses specially formatted domains." + Environment.NewLine); await Task.Delay(2000); |
