Skip to content

Commit 954941c

Browse files
committed
Updated string
1 parent 27d1b8d commit 954941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/src/processing/app/Platform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public synchronized void getBoardWithMatchingVidPidFromCloud(String vid, String
220220
// replace spaces with &
221221
String realBoardName = board.getName().replaceAll("\\(.*?\\)", "").trim();
222222
String boardNameReplaced = realBoardName.replaceAll(" ", "&");
223-
String message = I18n.format(tr("{0}Install{1} the package to use your {2}"), "<a href=\"http://boardsmanager/all#"+boardNameReplaced+"\">", "</a>", realBoardName);
223+
String message = I18n.format(tr("{0}Install this package{1} to use your {2} board"), "<a href=\"http://boardsmanager/all#"+boardNameReplaced+"\">", "</a>", realBoardName);
224224
BaseNoGui.setBoardManagerLink(message);
225225
} catch (Exception e) {
226226
// No connection no problem, fail silently

0 commit comments

Comments
 (0)