From 5968d0d35cb3e22c21eae457ead0675926efb431 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 26 Oct 2017 11:24:13 +0300 Subject: [PATCH] [PE] Bug 36040. --- apps/presentationeditor/main/app/controller/Main.js | 6 ++++-- apps/presentationeditor/main/locale/en.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js index f36f03d1d..cc22aebe1 100644 --- a/apps/presentationeditor/main/app/controller/Main.js +++ b/apps/presentationeditor/main/app/controller/Main.js @@ -142,7 +142,8 @@ define([ 'Slide subtitle': this.txtSlideSubtitle, 'Table': this.txtSldLtTTbl, 'Slide title': this.txtSlideTitle, - 'Loading': this.txtLoading + 'Loading': this.txtLoading, + 'Click to add notes': this.txtAddNotes } }); @@ -1934,7 +1935,8 @@ define([ textChangesSaved: 'All changes saved', saveTitleText: 'Saving Document', saveTextText: 'Saving document...', - txtLoading: 'Loading...' + txtLoading: 'Loading...', + txtAddNotes: 'Click to add notes' } })(), PE.Controllers.Main || {})) }); diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index de2ab0e13..3d49815c3 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -228,6 +228,7 @@ "PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.
Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.", "PE.Controllers.Main.titleLicenseExp": "License expired", "PE.Controllers.Main.titleServerVersion": "Editor updated", + "PE.Controllers.Main.txtAddNotes": "Click to add notes", "PE.Controllers.Main.txtArt": "Your text here", "PE.Controllers.Main.txtBasicShapes": "Basic Shapes", "PE.Controllers.Main.txtButtons": "Buttons",