1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Fixed message string during upload

This commit is contained in:
Cristian Maglie 2012-09-25 18:32:28 +02:00
parent e0f967951f
commit 69fb711b49

View File

@ -198,7 +198,7 @@ public class BasicUploader extends Uploader {
// Something happened while detecting port
throw new RunnerException(
_("Couldnt find a Leonardo on the selected port. Check that you have the correct port selected. If it is correct, try pressing the board's reset button after initiating the upload."));
_("Couldn't find a Board on the selected port. Check that you have the correct port selected. If it is correct, try pressing the board's reset button after initiating the upload."));
}
public boolean uploadUsingProgrammer(String buildPath, String className)