From 09208962c4f17e16a9208b3ddc0fd4f7ebf4d7ec Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Mon, 2 Aug 2010 16:19:27 +0400 Subject: [PATCH] EL references are no more soft in included files --- .../src/messages/PsiBundle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/platform-resources-en/src/messages/PsiBundle.properties b/platform/platform-resources-en/src/messages/PsiBundle.properties index dc1b7f09915e..9c5f405feee4 100644 --- a/platform/platform-resources-en/src/messages/PsiBundle.properties +++ b/platform/platform-resources-en/src/messages/PsiBundle.properties @@ -32,14 +32,14 @@ el.lparen.expected=( expected el.rparen.expected=) expected el.colon.expected=: expected el.value.expected=Value expected -el.cannot.resolve.function=Cannot resolve function {0} #loc -el.cannot.resolve.namespace=Cannot resolve namespace {0} #loc -el.cannot.resolve.property=Cannot resolve property or method {0} (dynamic property?) #loc +el.cannot.resolve.function=Cannot resolve function ''{0}'' #loc +el.cannot.resolve.namespace=Cannot resolve namespace ''{0}'' #loc +el.cannot.resolve.property=Cannot resolve property or method ''{0}'' (dynamic property?) #loc el.mismatched.parameters.count=Different number of formal and actual parameters el.declare.variable.intention.family=Declare Variable As External Data el.declare.variable.via.usebean.intention.name=Declare external variable as el.declare.variable.via.comment.annotation.intention.name=Declare external variable in comment annotation -el.cannot.resolve.variable=Cannot resolve variable {0} #loc +el.cannot.resolve.variable=Cannot resolve variable ''{0}'' #loc jsf.el.out.of.attribute=JSF EL out of attribute #loc jsf.method.call.is.nonstd.extension=Method call is nonstandard extension #loc