We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7358f3 commit ccb7dd2Copy full SHA for ccb7dd2
arduino-core/src/cc/arduino/Compiler.java
@@ -83,7 +83,7 @@ public class Compiler implements MessageConsumer {
83
tr("Running: {0}");
84
tr("Running recipe: {0}");
85
tr("Setting build path to {0}");
86
- tr("Unhandled type {0} in context {1} key");
+ tr("Unhandled type {0} in context key {1}");
87
tr("Unknown sketch file extension: {0}");
88
tr("Using library {0} at version {1} in folder: {2} {3}");
89
tr("Using library {0} in folder: {1} {2}");
0 commit comments