Use old language for mixed modes message.

Responding to @benfry comments
This commit is contained in:
A Samuel Pottinger
2022-01-30 07:53:19 -08:00
committed by GitHub
parent 077e6741f7
commit 6f80078d1a
+1 -1
View File
@@ -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'?