Skip to content

Commit cba0435

Browse files
committed
Add missing translation string (cached core)
1 parent cd798ab commit cba0435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino-core/src/cc/arduino/Compiler.java

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public class Compiler implements MessageConsumer {
6464
//used by transifex integration
6565
static {
6666
tr("'arch' folder is no longer supported! See http://goo.gl/gfFJzU for more information");
67+
tr("Archiving built core (caching) in: {0}");
6768
tr("Board {0} (platform {1}, package {2}) is unknown");
6869
tr("Bootloader file specified but missing: {0}");
6970
tr("Build options changed, rebuilding all");

0 commit comments

Comments
 (0)