From 3ed5a1f660b4bc562ee25bed281793b4050156ea Mon Sep 17 00:00:00 2001 From: Egor Ushakov Date: Thu, 12 Sep 2019 19:32:31 +0300 Subject: [PATCH] IDEA-222515 Doubled single quote: Source file changed or found source file does not correspond to the breakpoint''s file GitOrigin-RevId: 11b4f75f65a07c7389ee6f9b306436f45b21c309 --- resources-en/src/messages/DebuggerBundle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources-en/src/messages/DebuggerBundle.properties b/resources-en/src/messages/DebuggerBundle.properties index 4d0902ea8efa..8b161bb17760 100644 --- a/resources-en/src/messages/DebuggerBundle.properties +++ b/resources-en/src/messages/DebuggerBundle.properties @@ -5,10 +5,10 @@ evaluation.error.object.is.being.initialized=Object is being initialized 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 evaluation.error.boolean.value.expected.in.condition='boolean' value expected in condition -evaluation.error.boolean.condition.expected=''boolean'' value expected in condition +evaluation.error.boolean.condition.expected='boolean' value expected in condition evaluation.error.process.exited=Cannot evaluate: process exited evaluation.error.stack.frame.unavailable=Stack frame unavailable -evaluation.error.nested.evaluation=Evaluation is not supported during another method''s evaluation +evaluation.error.nested.evaluation=Evaluation is not supported during another method's evaluation evaluation.error.sources.out.of.sync=Sources do not correspond to code being executed evaluation.error.cannot.find.stackframe.source=Cannot find source class for current stack frame evaluation.error.cannot.find.source=Cannot find source class for {0} @@ -158,7 +158,7 @@ evaluation.error.numeric.expected=Numeric value expected evaluation.error.integer.expected=Integer value expected evaluation.error.boolean.expected=Boolean value expected status.invalid.breakpoint.out.of.class=Breakpoint does not belong to any class -error.invalid.breakpoint.source.changed=Source file changed or found source file does not correspond to the breakpoint''s file +error.invalid.breakpoint.source.changed=Source file changed or found source file does not correspond to the breakpoint's file error.invalid.breakpoint.source.not.found=The class {0}, found in the project classpath, has no associated source files status.paused=Paused status.thread.monitor=MONITOR