From 6f80078d1abf13744e1d6932f87f841d0c86e46b Mon Sep 17 00:00:00 2001 From: A Samuel Pottinger Date: Sun, 30 Jan 2022 07:53:19 -0800 Subject: [PATCH] Use old language for mixed modes message. Responding to @benfry comments --- build/shared/lib/languages/PDE.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/lib/languages/PDE.properties b/build/shared/lib/languages/PDE.properties index 3c88bfd91..20bcc0da2 100644 --- a/build/shared/lib/languages/PDE.properties +++ b/build/shared/lib/languages/PDE.properties @@ -415,7 +415,7 @@ editor.status.bad.generic = Possibly missing type in generic near '%s'? editor.status.bad.identifier = Bad identifier? Did you forget a variable or start an identifier with digits near '%s'? editor.status.bad.parameter = Error on parameter or method declaration near '%s'? editor.status.bad.import = Import not allowed here. -editor.status.bad.mixed_mode = You may be mixing active and static modes which is not allowed. +editor.status.bad.mixed_mode = You may be mixing active and static modes. editor.status.extraneous = Incomplete statement or extra code near '%s'? editor.status.mismatched = Missing operator, semicolon, or '}' near '%s'? editor.status.missing.name = Missing name or ; near '%s'?