diff --git a/MCGalaxy/Commands/other/QuitCmds.cs b/MCGalaxy/Commands/other/QuitCmds.cs index a94199e6d..1cee00188 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 Cyber Crimes Unit."; + const string msg = "Your IP has been backtraced + reported to FBI Cybercrimes Unit."; p.Leave("kicked (" + msg + ")", msg, false); }