Table Rows Deleted',
+ textTableRowsAdd: 'Table Rows Added',
+ textTableRowsDel: 'Table Rows Deleted',
textParaMoveTo: 'Moved:',
textParaMoveFromUp: 'Moved Up:',
textParaMoveFromDown: 'Moved Down:',
diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js
index a84ba6fcb..1bdc5e809 100644
--- a/apps/documenteditor/main/app/controller/Main.js
+++ b/apps/documenteditor/main/app/controller/Main.js
@@ -1592,7 +1592,7 @@ define([
config.closable = false;
if (this.appOptions.canBackToFolder && !this.appOptions.isDesktopApp && typeof id !== 'string') {
- config.msg += '
' + this.criticalErrorExtText;
+ config.msg += '
' + this.criticalErrorExtText;
config.callback = function(btn) {
if (btn == 'ok')
Common.NotificationCenter.trigger('goback', true);
diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js
index 030daccc6..a5cf8919c 100644
--- a/apps/documenteditor/main/app/view/FileMenuPanels.js
+++ b/apps/documenteditor/main/app/view/FileMenuPanels.js
@@ -236,12 +236,12 @@ define([
'','
',
'',
' | ',
- ' | ',
+ ' | ',
'
','
',
'',
' | ',
'',
- '',
+ ' ',
' | ',
'
','
',
'',
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index 68b4b9770..30b809527 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -65,8 +65,8 @@
"Common.Controllers.ReviewChanges.textSubScript": "Subscript",
"Common.Controllers.ReviewChanges.textSuperScript": "Superscript",
"Common.Controllers.ReviewChanges.textTableChanged": "Table Settings Changed",
- "Common.Controllers.ReviewChanges.textTableRowsAdd": "Table Rows Added",
- "Common.Controllers.ReviewChanges.textTableRowsDel": "Table Rows Deleted",
+ "Common.Controllers.ReviewChanges.textTableRowsAdd": "Table Rows Added",
+ "Common.Controllers.ReviewChanges.textTableRowsDel": "Table Rows Deleted",
"Common.Controllers.ReviewChanges.textTabs": "Change tabs",
"Common.Controllers.ReviewChanges.textUnderline": "Underline",
"Common.Controllers.ReviewChanges.textUrl": "Paste a document URL",
@@ -135,7 +135,7 @@
"Common.UI.SearchDialog.txtBtnReplace": "Replace",
"Common.UI.SearchDialog.txtBtnReplaceAll": "Replace All",
"Common.UI.SynchronizeTip.textDontShow": "Don't show this message again",
- "Common.UI.SynchronizeTip.textSynchronize": "The document has been changed by another user.
Please click to save your changes and reload the updates.",
+ "Common.UI.SynchronizeTip.textSynchronize": "The document has been changed by another user.
Please click to save your changes and reload the updates.",
"Common.UI.ThemeColorPalette.textStandartColors": "Standard Colors",
"Common.UI.ThemeColorPalette.textThemeColors": "Theme Colors",
"Common.UI.Window.cancelButtonText": "Cancel",
diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js
index f254d7e78..5ab438963 100644
--- a/apps/presentationeditor/main/app/controller/Main.js
+++ b/apps/presentationeditor/main/app/controller/Main.js
@@ -1264,7 +1264,7 @@ define([
config.closable = false;
if (this.appOptions.canBackToFolder && !this.appOptions.isDesktopApp && typeof id !== 'string') {
- config.msg += '
' + this.criticalErrorExtText;
+ config.msg += '
' + this.criticalErrorExtText;
config.callback = function(btn) {
if (btn == 'ok') {
Common.NotificationCenter.trigger('goback', true);
diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js
index c57964e0b..a586b7f69 100644
--- a/apps/presentationeditor/main/app/view/FileMenuPanels.js
+++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js
@@ -210,12 +210,12 @@ define([
'
','
',
'',
' | ',
- ' | ',
+ ' | ',
'
','
',
'',
' | ',
'',
- '',
+ ' ',
' | ',
'
','
',
'',
diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js
index f2b109f73..5f739242f 100644
--- a/apps/spreadsheeteditor/main/app/controller/Main.js
+++ b/apps/spreadsheeteditor/main/app/controller/Main.js
@@ -1525,7 +1525,7 @@ define([
config.closable = false;
if (this.appOptions.canBackToFolder && !this.appOptions.isDesktopApp && typeof id !== 'string') {
- config.msg += '
' + this.criticalErrorExtText;
+ config.msg += '
' + this.criticalErrorExtText;
config.callback = function(btn) {
if (btn == 'ok') {
Common.NotificationCenter.trigger('goback', true);
diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js
index 7dc24c491..4729d53c3 100644
--- a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js
+++ b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js
@@ -1642,8 +1642,8 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
textYAxisTitle: 'Y Axis Title',
txtEmpty: 'This field is required',
textInvalidRange: 'ERROR! Invalid cells range',
- textTypeStyle: 'Chart Type, Style &
Data Range',
- textChartElementsLegend: 'Chart Elements &
Chart Legend',
+ textTypeStyle: 'Chart Type, Style &
Data Range',
+ textChartElementsLegend: 'Chart Elements &
Chart Legend',
textLayout: 'Layout',
textLegendPos: 'Legend',
textHorTitle: 'Horizontal Axis Title',
diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
index 80c186932..fabfb6020 100644
--- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
+++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
@@ -669,12 +669,12 @@ define([
'
','
',
'',
' | ',
- ' | ',
+ ' | ',
'
','
',
'',
' | ',
'',
- '',
+ ' ',
' | ',
'
','
',
'',
diff --git a/apps/spreadsheeteditor/main/app/view/FormulaWizard.js b/apps/spreadsheeteditor/main/app/view/FormulaWizard.js
index bb8c346d7..1c3458cd5 100644
--- a/apps/spreadsheeteditor/main/app/view/FormulaWizard.js
+++ b/apps/spreadsheeteditor/main/app/view/FormulaWizard.js
@@ -85,7 +85,7 @@ define([
'',
'',
'',
- ''
+ ''
].join('')
}, options);
diff --git a/apps/spreadsheeteditor/main/app/view/SlicerAddDialog.js b/apps/spreadsheeteditor/main/app/view/SlicerAddDialog.js
index 912674a2a..6f39533c9 100644
--- a/apps/spreadsheeteditor/main/app/view/SlicerAddDialog.js
+++ b/apps/spreadsheeteditor/main/app/view/SlicerAddDialog.js
@@ -88,7 +88,7 @@ define([
'',
'
',
'
',
'
<%= Common.Utils.String.htmlEncode(value) %>
',