Remove reference to IDLEfork
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
index e556af3..d65ec27 100644
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -870,7 +870,7 @@
             nosub = ''
         else:
             nosub = "==== No Subprocess ===="
-        self.write("Python %s on %s\n%s\nIDLEfork %s      %s\n" %
+        self.write("Python %s on %s\n%s\nIDLE %s      %s\n" %
                    (sys.version, sys.platform, self.COPYRIGHT,
                     idlever.IDLE_VERSION, nosub))
         self.showprompt()