1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

"Library Manager" wasn't translated

This commit is contained in:
Federico Fissore 2015-08-06 13:23:13 +02:00
parent 64bf90fec4
commit 582992caff

View File

@ -90,7 +90,7 @@ public class LibraryManagerUI extends InstallerJDialog<ContributedLibrary> {
}
public LibraryManagerUI(Frame parent, LibrariesIndexer indexer, LibraryInstaller installer) {
super(parent, "Library Manager", Dialog.ModalityType.APPLICATION_MODAL, tr("Unable to reach Arduino.cc due to possible network issues."));
super(parent, tr("Library Manager"), Dialog.ModalityType.APPLICATION_MODAL, tr("Unable to reach Arduino.cc due to possible network issues."));
this.indexer = indexer;
this.installer = installer;