From 349e2228e1762ee05f8117a5f99f87b779c58b85 Mon Sep 17 00:00:00 2001 From: Eugene Zhuravlev Date: Fri, 2 Sep 2005 18:03:19 +0400 Subject: [PATCH] (no message) --- openapi/src/com/intellij/debugger/DebuggerBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/src/com/intellij/debugger/DebuggerBundle.properties b/openapi/src/com/intellij/debugger/DebuggerBundle.properties index 5be1c6505a..8d06b88a30 100644 --- a/openapi/src/com/intellij/debugger/DebuggerBundle.properties +++ b/openapi/src/com/intellij/debugger/DebuggerBundle.properties @@ -1,5 +1,5 @@ evaluation.error.empty.code.fragment=Code fragment expected -evaluation..error.cannot.evaluate.tostring=Cannot evaluate {0}.toString() +evaluation.error.cannot.evaluate.tostring=Cannot evaluate {0}.toString() evaluation.error.unsupported.expression.type=Unsupported expression type internal.error.locations.of.line=Internal error loading debug information from ''{0}''. Breakpoints will be unavailable in this class. evaluation.error.inconsistent.debug.info=Debug information is inconsistent -- 2.11.4.GIT