Skip to content

Commit 269a8b1

Browse files
author
Federico Fissore
committed
"No internet connection" copy change. Closes #3007
1 parent 5af390b commit 269a8b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ protected void onRemove(ContributedLibrary library) {
8686
}
8787

8888
public LibraryManagerUI(Frame parent) {
89-
super(parent, "Library Manager", Dialog.ModalityType.APPLICATION_MODAL, _("No internet connection available, the list of available libraries is not complete. You will be able to manage only the libraries you've already installed."));
89+
super(parent, "Library Manager", Dialog.ModalityType.APPLICATION_MODAL, _("Unable to reach Arduino.cc due to possible network issues."));
9090

9191
filtersContainer.add(new JLabel(_("Topic")), 1);
9292
filtersContainer.remove(2);

app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected void onRemove(ContributedPlatform installedPlatform) {
8787
}
8888

8989
public ContributionManagerUI(Frame parent) {
90-
super(parent, _("Boards Manager"), Dialog.ModalityType.APPLICATION_MODAL, _("No internet connection available, the list of available boards is not complete. You will be able to manage only the boards you've already installed."));
90+
super(parent, _("Boards Manager"), Dialog.ModalityType.APPLICATION_MODAL, _("Unable to reach Arduino.cc due to possible network issues."));
9191
}
9292

9393
public void setIndexer(ContributionsIndexer indexer) {

0 commit comments

Comments
 (0)