Code cleanup: IDEA's warning has been fixed

This commit is contained in:
Oleg Sukhodolsky
2012-10-01 10:55:55 +04:00
parent 8cd15f223d
commit db33fba286
@@ -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 {