mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Use old language for mixed modes message.
Responding to @benfry comments
This commit is contained in:
committed by
GitHub
parent
077e6741f7
commit
6f80078d1a
@@ -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'?
|
||||
|
||||
Reference in New Issue
Block a user