From 8bfee6592d764fe1effc959c478edec9a35962a7 Mon Sep 17 00:00:00 2001 From: Konstantin Kireyev Date: Wed, 2 Apr 2025 19:08:11 +0500 Subject: [PATCH] fix: divider + translate --- apps/presentationeditor/main/app/template/Toolbar.template | 2 +- apps/presentationeditor/main/locale/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/presentationeditor/main/app/template/Toolbar.template b/apps/presentationeditor/main/app/template/Toolbar.template index bdbe5249fe..8f7ebc4fc6 100644 --- a/apps/presentationeditor/main/app/template/Toolbar.template +++ b/apps/presentationeditor/main/app/template/Toolbar.template @@ -131,7 +131,7 @@ -
+
diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 2a40f7e4c3..82a727e251 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -1875,7 +1875,7 @@ "PE.Views.DocumentHolder.textDuplicateLayout": "Duplicate Layout", "PE.Views.DocumentHolder.textDuplicateSlideMaster": "Duplicate Slide Master", "PE.Views.DocumentHolder.textPreserveSlideMaster": "Preserve Master", - "PE.Views.DocumentHolder.textRemoveUnpreserveMasters": "Do you want to delete these masters?
The masters you have chosen not to preserve aren't used by any slides.", + "PE.Views.DocumentHolder.textRemoveUnpreserveMasters": "The masters you have chosen not to preserve aren't used by any slides.
Do you want to delete these masters?", "PE.Views.DocumentHolder.textEditObject": "Edit object", "PE.Views.DocumentHolder.textEditPoints": "Edit points", "PE.Views.DocumentHolder.textFlipH": "Flip horizontally",