diff --git a/js/SaveInterface.js b/js/SaveInterface.js index c5580df4f9..9ebf1dbd73 100644 --- a/js/SaveInterface.js +++ b/js/SaveInterface.js @@ -598,6 +598,9 @@ class SaveInterface { // eslint-disable-next-line no-console console.debug("Error: " + dataurl); //TODO: Error message box + this.activity.textMsg( + _("Error during PDF generation. Please try again or check your Lilypond data.") + ); } else { this.activity.save.download("pdf", dataurl, filename); }