diff --git a/MCGalaxy/Commands/other/QuitCmds.cs b/MCGalaxy/Commands/other/QuitCmds.cs index 1cee00188..a94199e6d 100644 --- a/MCGalaxy/Commands/other/QuitCmds.cs +++ b/MCGalaxy/Commands/other/QuitCmds.cs @@ -87,7 +87,7 @@ namespace MCGalaxy.Commands { Thread.Sleep(3000); } - const string msg = "Your IP has been backtraced + reported to FBI Cybercrimes Unit."; + const string msg = "Your IP has been backtraced + reported to FBI Cyber Crimes Unit."; p.Leave("kicked (" + msg + ")", msg, false); }