Skip to content

Commit 582992c

Browse files
author
Federico Fissore
committed
"Library Manager" wasn't translated
1 parent 64bf90f commit 582992c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected void onRemove(ContributedLibrary library) {
9090
}
9191

9292
public LibraryManagerUI(Frame parent, LibrariesIndexer indexer, LibraryInstaller installer) {
93-
super(parent, "Library Manager", Dialog.ModalityType.APPLICATION_MODAL, tr("Unable to reach Arduino.cc due to possible network issues."));
93+
super(parent, tr("Library Manager"), Dialog.ModalityType.APPLICATION_MODAL, tr("Unable to reach Arduino.cc due to possible network issues."));
9494
this.indexer = indexer;
9595
this.installer = installer;
9696

0 commit comments

Comments
 (0)