Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void parseIndex() throws Exception {
try {
mergeContributions(indexFile);
} catch (JsonProcessingException e) {
System.err.println(format(tr("Skipping contributed index file {0}, parsing error occured:"), indexFile));
System.err.println(format(tr("Skipping contributed index file {0}, parsing error occurred:"), indexFile));
System.err.println(e);
}
}
Expand Down
4 changes: 2 additions & 2 deletions arduino-core/src/processing/app/i18n/Resources_en.po
Original file line number Diff line number Diff line change
Expand Up @@ -2004,8 +2004,8 @@ msgstr "Sketchbook path not defined"

#: ../../../../../arduino-core//src/cc/arduino/contributions/packages/ContributionsIndexer.java:96
#, java-format
msgid "Skipping contributed index file {0}, parsing error occured:"
msgstr "Skipping contributed index file {0}, parsing error occured:"
msgid "Skipping contributed index file {0}, parsing error occurred:"
msgstr "Skipping contributed index file {0}, parsing error occurred:"

#: ../../../../../app/src/processing/app/Preferences.java:185
msgid "Slovak"
Expand Down
Loading