From 69fb711b4916b9b67e682ae8da8c7406e8af3ff4 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 25 Sep 2012 18:32:28 +0200 Subject: [PATCH] Fixed message string during upload --- app/src/processing/app/debug/BasicUploader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/debug/BasicUploader.java b/app/src/processing/app/debug/BasicUploader.java index 9db3ffa1e..8fdab047e 100644 --- a/app/src/processing/app/debug/BasicUploader.java +++ b/app/src/processing/app/debug/BasicUploader.java @@ -198,7 +198,7 @@ public class BasicUploader extends Uploader { // Something happened while detecting port throw new RunnerException( - _("Couldn’t 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)