diff --git a/apps/documenteditor/main/app/view/ParagraphSettings.js b/apps/documenteditor/main/app/view/ParagraphSettings.js
index 6f5a92b39..8cf1bc5d7 100644
--- a/apps/documenteditor/main/app/view/ParagraphSettings.js
+++ b/apps/documenteditor/main/app/view/ParagraphSettings.js
@@ -464,7 +464,7 @@ define([
}
},
- strParagraphSpacing: 'Spacing',
+ strParagraphSpacing: 'Paragraph Spacing',
strSomeParagraphSpace: 'Don\'t add interval between paragraphs of the same style',
strLineHeight: 'Line Spacing',
strSpacingBefore: 'Before',
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index 0d7f3b2a2..9ecb97828 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -1090,7 +1090,7 @@
"DE.Views.PageSizeDialog.textTitle": "Page Size",
"DE.Views.PageSizeDialog.textWidth": "Width",
"DE.Views.ParagraphSettings.strLineHeight": "Line Spacing",
- "DE.Views.ParagraphSettings.strParagraphSpacing": "Spacing",
+ "DE.Views.ParagraphSettings.strParagraphSpacing": "Paragraph Spacing",
"DE.Views.ParagraphSettings.strSomeParagraphSpace": "Don't add interval between paragraphs of the same style",
"DE.Views.ParagraphSettings.strSpacingAfter": "After",
"DE.Views.ParagraphSettings.strSpacingBefore": "Before",
diff --git a/apps/presentationeditor/main/app/template/ParagraphSettings.template b/apps/presentationeditor/main/app/template/ParagraphSettings.template
index b6a5f2137..5c680a54c 100644
--- a/apps/presentationeditor/main/app/template/ParagraphSettings.template
+++ b/apps/presentationeditor/main/app/template/ParagraphSettings.template
@@ -1,19 +1,22 @@
-
+
|
-
|
-
|
+
+
+
+ |
+
diff --git a/apps/presentationeditor/main/app/view/ParagraphSettings.js b/apps/presentationeditor/main/app/view/ParagraphSettings.js
index a971e2027..bf90de358 100644
--- a/apps/presentationeditor/main/app/view/ParagraphSettings.js
+++ b/apps/presentationeditor/main/app/view/ParagraphSettings.js
@@ -334,7 +334,7 @@ define([
}
},
- strParagraphSpacing: 'Spacing',
+ strParagraphSpacing: 'Paragraph Spacing',
strLineHeight: 'Line Spacing',
strSpacingBefore: 'Before',
strSpacingAfter: 'After',
diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json
index 2224ff803..981c11726 100644
--- a/apps/presentationeditor/main/locale/en.json
+++ b/apps/presentationeditor/main/locale/en.json
@@ -418,7 +418,7 @@
"PE.Views.LeftMenu.tipSupport": "Feedback & Support",
"PE.Views.LeftMenu.tipTitles": "Titles",
"PE.Views.ParagraphSettings.strLineHeight": "Line Spacing",
- "PE.Views.ParagraphSettings.strParagraphSpacing": "Spacing",
+ "PE.Views.ParagraphSettings.strParagraphSpacing": "Paragraph Spacing",
"PE.Views.ParagraphSettings.strSpacingAfter": "After",
"PE.Views.ParagraphSettings.strSpacingBefore": "Before",
"PE.Views.ParagraphSettings.textAdvanced": "Show advanced settings",
diff --git a/apps/spreadsheeteditor/main/app/template/ParagraphSettings.template b/apps/spreadsheeteditor/main/app/template/ParagraphSettings.template
index b6a5f2137..5c680a54c 100644
--- a/apps/spreadsheeteditor/main/app/template/ParagraphSettings.template
+++ b/apps/spreadsheeteditor/main/app/template/ParagraphSettings.template
@@ -1,19 +1,22 @@
-
+
|
-
|
-
|
+
+
+
+ |
+
diff --git a/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js b/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js
index 235bfa99d..0faf9b8e5 100644
--- a/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js
+++ b/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js
@@ -342,7 +342,7 @@ define([
}
},
- strParagraphSpacing: 'Spacing',
+ strParagraphSpacing: 'Paragraph Spacing',
strLineHeight: 'Line Spacing',
strSpacingBefore: 'Before',
strSpacingAfter: 'After',
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index f7f1f30f9..d88326cf3 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -631,7 +631,7 @@
"SSE.Views.NameManagerDlg.tipIsLocked": "This element is being edited by another user.",
"SSE.Views.NameManagerDlg.txtTitle": "Name Manager",
"SSE.Views.ParagraphSettings.strLineHeight": "Line Spacing",
- "SSE.Views.ParagraphSettings.strParagraphSpacing": "Spacing",
+ "SSE.Views.ParagraphSettings.strParagraphSpacing": "Paragraph Spacing",
"SSE.Views.ParagraphSettings.strSpacingAfter": "After",
"SSE.Views.ParagraphSettings.strSpacingBefore": "Before",
"SSE.Views.ParagraphSettings.textAdvanced": "Show advanced settings",
| | |