Skip to content

Commit

Permalink
Error message during importing
Browse files Browse the repository at this point in the history
  • Loading branch information
cleme authored and cleme committed Oct 8, 2023
1 parent 83c7e46 commit 3cc4934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ protected Boolean call() throws Exception {
}
};
task.setOnFailed((fail) -> {
Alert alertError = new Alert(AlertType.ERROR, "Select an image to export!", ButtonType.OK);
Alert alertError = new Alert(AlertType.ERROR, "Error during import of media files", ButtonType.OK);
alertError.getDialogPane().getStylesheets().add(
getClass().getResource("/org/photoslide/css/Dialogs.css").toExternalForm());
alertError.setResizable(false);
Expand Down

0 comments on commit 3cc4934

Please sign in to comment.