diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js
index 7f02a4144..f7cfe5488 100644
--- a/apps/spreadsheeteditor/main/app/controller/Main.js
+++ b/apps/spreadsheeteditor/main/app/controller/Main.js
@@ -2622,7 +2622,7 @@ define([
txtBlank: '(blank)',
textHasMacros: 'The file contains automatic macros.
Do you want to run macros?',
textRemember: 'Remember my choice',
- errorPasteSlicerError: 'Table slicers cannot be copied from one workbook to another.
Try again by selecting the entire table and the slicers.',
+ errorPasteSlicerError: 'Table slicers cannot be copied from one workbook to another.',
errorFrmlMaxLength: 'You cannot add this formula as its length exceeded the allowed number of characters.
Please edit it and try again.',
errorFrmlMaxReference: 'You cannot enter this formula because it has too many values,
cell references, and/or names.'
}
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index d1abb8e4f..70e0d220d 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -518,7 +518,7 @@
"SSE.Controllers.Main.errorOpenWarning": "The length of one of the formulas in the file exceeded
the allowed number of characters and it was removed.",
"SSE.Controllers.Main.errorOperandExpected": "The entered function syntax is not correct. Please check if you are missing one of the parentheses - '(' or ')'.",
"SSE.Controllers.Main.errorPasteMaxRange": "The copy and paste area do not match.
Please select an area with the same size or click the first cell in a row to paste the copied cells.",
- "SSE.Controllers.Main.errorPasteSlicerError": "Table slicers cannot be copied from one workbook to another.
Try again by selecting the entire table and the slicers.",
+ "SSE.Controllers.Main.errorPasteSlicerError": "Table slicers cannot be copied from one workbook to another.",
"SSE.Controllers.Main.errorPivotOverlap": "A pivot table report cannot overlap a table.",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "Unfortunately, it is not possible to print more than 1500 pages at once in the current program version.
This restriction will be removed in the upcoming releases.",
"SSE.Controllers.Main.errorProcessSaveResult": "Saving failed",
diff --git a/apps/spreadsheeteditor/main/locale/it.json b/apps/spreadsheeteditor/main/locale/it.json
index 24832ab9c..6843f7153 100644
--- a/apps/spreadsheeteditor/main/locale/it.json
+++ b/apps/spreadsheeteditor/main/locale/it.json
@@ -517,7 +517,7 @@
"SSE.Controllers.Main.errorOpenWarning": "La lunghezza di una delle formule nel file ha superato
il numero consentito di caratteri ed è stato rimossa.",
"SSE.Controllers.Main.errorOperandExpected": "La sintassi per la funzione inserita non è corretta. Controlla se hai dimenticato una delle parentesi - '(' oppure ')'.",
"SSE.Controllers.Main.errorPasteMaxRange": "l'area di copia-incolla non coincide.
Selezionare un'area con le stesse dimensioni o fare click sulla prima cella in una riga per incollare le celle copiate.",
- "SSE.Controllers.Main.errorPasteSlicerError": "I filtri dei dati della tabella non possono essere copiati da una cartella di lavoro a un'altra.
Riprova selezionando l'intera tabella e i filtri dei dati.",
+ "SSE.Controllers.Main.errorPasteSlicerError": "I filtri dei dati della tabella non possono essere copiati da una cartella di lavoro a un'altra.",
"SSE.Controllers.Main.errorPivotOverlap": "Un report di tabella pivot non può sovrapporsi a una tabella.",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "Purtroppo non è possibile stampare più di 1500 pagine alla volta con la versione attuale del programma.
Questa limitazione sarà rimossa nelle prossime versioni del programma.",
"SSE.Controllers.Main.errorProcessSaveResult": "Salvataggio non riuscito",
diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json
index 96db0b67f..76914c2fd 100644
--- a/apps/spreadsheeteditor/main/locale/ru.json
+++ b/apps/spreadsheeteditor/main/locale/ru.json
@@ -517,7 +517,7 @@
"SSE.Controllers.Main.errorOpenWarning": "Длина одной из формул в файле превышала
допустимое количество символов, и формула была удалена.",
"SSE.Controllers.Main.errorOperandExpected": "Синтаксис введенной функции некорректен. Проверьте, не пропущена ли одна из скобок - '(' или ')'.",
"SSE.Controllers.Main.errorPasteMaxRange": "Область копирования не соответствует области вставки.
Для вставки скопированных ячеек выделите область такого же размера или щелкните по первой ячейке в строке.",
- "SSE.Controllers.Main.errorPasteSlicerError": "Срезы таблиц нельзя копировать из одной рабочей книги в другую.
Попробуйте еще раз, выделив всю таблицу и срезы.",
+ "SSE.Controllers.Main.errorPasteSlicerError": "Срезы таблиц нельзя копировать из одной рабочей книги в другую.",
"SSE.Controllers.Main.errorPivotOverlap": "Не допускается перекрытие отчета сводной таблицы и таблицы.",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "К сожалению, в текущей версии программы нельзя напечатать более 1500 страниц за один раз.
Это ограничение будет устранено в последующих версиях.",
"SSE.Controllers.Main.errorProcessSaveResult": "Сбой при сохранении",