mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
"No internet connection" copy change. Closes #3007
This commit is contained in:
@ -86,7 +86,7 @@ public class LibraryManagerUI extends InstallerJDialog<ContributedLibrary> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public LibraryManagerUI(Frame parent) {
|
public LibraryManagerUI(Frame parent) {
|
||||||
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."));
|
super(parent, "Library Manager", Dialog.ModalityType.APPLICATION_MODAL, _("Unable to reach Arduino.cc due to possible network issues."));
|
||||||
|
|
||||||
filtersContainer.add(new JLabel(_("Topic")), 1);
|
filtersContainer.add(new JLabel(_("Topic")), 1);
|
||||||
filtersContainer.remove(2);
|
filtersContainer.remove(2);
|
||||||
|
@ -87,7 +87,7 @@ public class ContributionManagerUI extends InstallerJDialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public ContributionManagerUI(Frame parent) {
|
public ContributionManagerUI(Frame parent) {
|
||||||
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."));
|
super(parent, _("Boards Manager"), Dialog.ModalityType.APPLICATION_MODAL, _("Unable to reach Arduino.cc due to possible network issues."));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setIndexer(ContributionsIndexer indexer) {
|
public void setIndexer(ContributionsIndexer indexer) {
|
||||||
|
Reference in New Issue
Block a user