diff --git a/python/src/com/jetbrains/python/debugger/PyDebugProcess.java b/python/src/com/jetbrains/python/debugger/PyDebugProcess.java index 09b37c943d97..7164ee84fa63 100644 --- a/python/src/com/jetbrains/python/debugger/PyDebugProcess.java +++ b/python/src/com/jetbrains/python/debugger/PyDebugProcess.java @@ -264,7 +264,7 @@ public class PyDebugProcess extends XDebugProcess implements IPyDebugProcess, Pr } protected String getConnectionTitle() { - return "Connecting to debugger"; + return "Connecting To Debugger"; } private void handshake() throws PyDebuggerException {