Skip to content

Commit 62511c0

Browse files
committed
Fixed error message
1 parent bd770ae commit 62511c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private void scanInstalledLibraries(UserLibraryFolder folderDesc) {
181181
+ "Library folder names must start with a letter or number, followed by letters,\n"
182182
+ "numbers, dashes, dots and underscores. Maximum length is 63 characters."),
183183
subfolderName);
184-
BaseNoGui.showMessage(tr("Ignoring bad library name"), mess);
184+
BaseNoGui.showMessage(tr("Ignoring library with bad name"), mess);
185185
}
186186
continue;
187187
}

0 commit comments

Comments
 (0)