We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b0911 commit 424fde0Copy full SHA for 424fde0
arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java
@@ -161,7 +161,7 @@ private void mergeContributions(File indexFile) throws IOException {
161
} else {
162
if (contributedPackage.isTrusted() || !isPackageNameProtected(contributedPackage)) {
163
if (isPackageNameProtected(contributedPackage) && trustall) {
164
- System.err.println(I18n.format(tr("Warning: forced trusting untrusted contributions")));
+ System.err.println(format(tr("Warning: forced trusting untrusted contributions")));
165
}
166
List<ContributedPlatform> platforms = contributedPackage.getPlatforms();
167
if (platforms == null) {
0 commit comments