From cc0807ede32237856bd3d235d56eb28475b48854 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 25 Oct 2023 16:23:11 +0300 Subject: [PATCH] [PDF] Fix Bug 64842 --- apps/pdfeditor/main/app/controller/Main.js | 7 ++++++- apps/pdfeditor/main/locale/en.json | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/pdfeditor/main/app/controller/Main.js b/apps/pdfeditor/main/app/controller/Main.js index ef427bcef7..a4dddc79d1 100644 --- a/apps/pdfeditor/main/app/controller/Main.js +++ b/apps/pdfeditor/main/app/controller/Main.js @@ -1607,6 +1607,10 @@ define([ config.msg = this.errorInconsistentExt; break; + case Asc.c_oAscError.ID.MailToClientMissing: + config.msg = this.errorEmailClient; + break; + default: config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id); break; @@ -2448,7 +2452,8 @@ define([ txtInvalidPdfFormat: 'The value entered does not match the format of the field "{0}".', txtValidPdfFormat: 'Field value should match format "{0}".', txtChoose: 'Choose an item', - txtEnterDate: 'Enter a date' + txtEnterDate: 'Enter a date', + errorEmailClient: 'No email client could be found' } })(), PDFE.Controllers.Main || {})) }); \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/en.json b/apps/pdfeditor/main/locale/en.json index 5a11ec58ff..75b5fb1979 100644 --- a/apps/pdfeditor/main/locale/en.json +++ b/apps/pdfeditor/main/locale/en.json @@ -419,6 +419,7 @@ "PDFE.Controllers.Main.warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.
Contact %1 sales team for personal upgrade terms.", "PDFE.Controllers.Main.warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.", "PDFE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.", + "PDFE.Controllers.Main.errorEmailClient": "No email client could be found.", "PDFE.Controllers.Navigation.txtBeginning": "Beginning of document", "PDFE.Controllers.Navigation.txtGotoBeginning": "Go to the beginning of the document", "PDFE.Controllers.Print.textMarginsLast": "Last Custom",