Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Fix typo #255

Merged
merged 3 commits into from
Dec 11, 2019
Merged
Show file tree
Hide file tree
Changes from 2 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 @@ -694,7 +694,7 @@ private void archive(AbstractNodeBase item) {
localArchiveManager.copy(Collections.singletonList(item), selectedDirectory);
infoDialog.updateStage(RESOURCE_BUNDLE.getString("CompleteTask"));
} catch (CopyPasteException e) {
GseAlerts.showDialogError(e.getMessage());
Platform.runLater(() -> GseAlerts.showDialogError(e.getMessage()));
infoDialog.updateStage(RESOURCE_BUNDLE.getString("ErrorTask"), Color.RED);
}
});
Expand Down
2 changes: 1 addition & 1 deletion gse-util/src/main/resources/lang/NodeChooser_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ CopyTask=Copie en cours de %s
PasteTask=Collage en cours de %s
CompleteTask=Termin� !
ErrorTask=�chec
InfoDialogHint=Fermer cette fen�tre d'annulera pas la t�che en cours.
InfoDialogHint=Fermer cette fen�tre n'annulera pas la t�che en cours.