diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js
index 31283a5bb..9a4f1b9dc 100644
--- a/apps/documenteditor/main/app/controller/Main.js
+++ b/apps/documenteditor/main/app/controller/Main.js
@@ -1317,7 +1317,7 @@ define([
function showNextTip() {
var str_tip = strings.shift();
if (str_tip) {
- str_tip += me.textCloseTip;
+ str_tip += '\n' + me.textCloseTip;
tooltip.setTitle(str_tip);
tooltip.show();
}
@@ -1963,7 +1963,7 @@ define([
loadingDocumentTextText: 'Loading document...',
warnProcessRightsChange: 'You have been denied the right to edit the file.',
errorProcessSaveResult: 'Saving is failed.',
- textCloseTip: '\nClick to close the tip.',
+ textCloseTip: 'Click to close the tip.',
textShape: 'Shape',
errorStockChart: 'Incorrect row order. To build a stock chart place the data on the sheet in the following order:
opening price, max price, min price, closing price.',
errorDataRange: 'Incorrect data range.',
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index 3a90fbc45..bb358b0a0 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -255,7 +255,7 @@
"DE.Controllers.Main.splitMaxRowsErrorText": "The number of rows must be less than %1.",
"DE.Controllers.Main.textAnonymous": "Anonymous",
"DE.Controllers.Main.textBuyNow": "Visit website",
- "DE.Controllers.Main.textCloseTip": "\nClick to close the tip",
+ "DE.Controllers.Main.textCloseTip": "Click to close the tip",
"DE.Controllers.Main.textContactUs": "Contact sales",
"DE.Controllers.Main.textLoadingDocument": "Loading document",
"DE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json
index 47dd15f4b..2dacf68db 100644
--- a/apps/documenteditor/main/locale/es.json
+++ b/apps/documenteditor/main/locale/es.json
@@ -245,7 +245,7 @@
"DE.Controllers.Main.splitMaxRowsErrorText": "El número de filas debe ser menos que %1.",
"DE.Controllers.Main.textAnonymous": "Anónimo",
"DE.Controllers.Main.textBuyNow": "Visit website",
- "DE.Controllers.Main.textCloseTip": "\nPulse para cerrar el consejo",
+ "DE.Controllers.Main.textCloseTip": "Pulse para cerrar el consejo",
"DE.Controllers.Main.textContactUs": "Contact sales",
"DE.Controllers.Main.textLoadingDocument": "Cargando documento",
"DE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
diff --git a/apps/documenteditor/main/locale/pt.json b/apps/documenteditor/main/locale/pt.json
index 439f4a33b..a26baab05 100644
--- a/apps/documenteditor/main/locale/pt.json
+++ b/apps/documenteditor/main/locale/pt.json
@@ -230,7 +230,7 @@
"DE.Controllers.Main.splitMaxColsErrorText": "O número de colunas deve ser inferior a %1.",
"DE.Controllers.Main.splitMaxRowsErrorText": "O número de linhas deve ser inferior a %1.",
"DE.Controllers.Main.textAnonymous": "Anônimo",
- "DE.Controllers.Main.textCloseTip": "\nClique para fechar a dica",
+ "DE.Controllers.Main.textCloseTip": "Clique para fechar a dica",
"DE.Controllers.Main.textLoadingDocument": "Carregando documento",
"DE.Controllers.Main.textStrict": "Strict mode",
"DE.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.",
diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json
index 141b497fd..d867ee879 100644
--- a/apps/documenteditor/main/locale/ru.json
+++ b/apps/documenteditor/main/locale/ru.json
@@ -255,7 +255,7 @@
"DE.Controllers.Main.splitMaxRowsErrorText": "Число строк должно быть меньше, чем %1.",
"DE.Controllers.Main.textAnonymous": "Аноним",
"DE.Controllers.Main.textBuyNow": "Перейти на сайт",
- "DE.Controllers.Main.textCloseTip": "\nЩелкните, чтобы закрыть эту подсказку",
+ "DE.Controllers.Main.textCloseTip": "Щелкните, чтобы закрыть эту подсказку",
"DE.Controllers.Main.textContactUs": "Связаться с отделом продаж",
"DE.Controllers.Main.textLoadingDocument": "Загрузка документа",
"DE.Controllers.Main.textNoLicenseTitle": "Open source версия ONLYOFFICE",
diff --git a/apps/documenteditor/main/locale/sl.json b/apps/documenteditor/main/locale/sl.json
index f236291c0..8225df557 100644
--- a/apps/documenteditor/main/locale/sl.json
+++ b/apps/documenteditor/main/locale/sl.json
@@ -230,7 +230,7 @@
"DE.Controllers.Main.splitMaxColsErrorText": "Število stolpcev mora biti manj kot 1%.",
"DE.Controllers.Main.splitMaxRowsErrorText": "Število vrstic mora biti manj kot %1.",
"DE.Controllers.Main.textAnonymous": "Anonimno",
- "DE.Controllers.Main.textCloseTip": "\nPritisni za zapiranje namiga",
+ "DE.Controllers.Main.textCloseTip": "Pritisni za zapiranje namiga",
"DE.Controllers.Main.textLoadingDocument": "Nalaganje dokumenta",
"DE.Controllers.Main.textStrict": "Strict mode",
"DE.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.",
diff --git a/apps/documenteditor/main/locale/tr.json b/apps/documenteditor/main/locale/tr.json
index e130f8de7..0df85bb9f 100644
--- a/apps/documenteditor/main/locale/tr.json
+++ b/apps/documenteditor/main/locale/tr.json
@@ -230,7 +230,7 @@
"DE.Controllers.Main.splitMaxColsErrorText": "Sütun sayısı %1'den az olmalıdır.",
"DE.Controllers.Main.splitMaxRowsErrorText": "Satır sayısı %1'den az olmalıdır.",
"DE.Controllers.Main.textAnonymous": "Anonim",
- "DE.Controllers.Main.textCloseTip": "\nUcu kapamak için tıklayın",
+ "DE.Controllers.Main.textCloseTip": "Ucu kapamak için tıklayın",
"DE.Controllers.Main.textLoadingDocument": "Döküman yükleniyor",
"DE.Controllers.Main.textStrict": "Strict mode",
"DE.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.",
diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js
index a964dcd14..2d63f56ea 100644
--- a/apps/presentationeditor/main/app/controller/Main.js
+++ b/apps/presentationeditor/main/app/controller/Main.js
@@ -1075,7 +1075,7 @@ define([
function showNextTip() {
var str_tip = strings.shift();
if (str_tip) {
- str_tip += me.textCloseTip;
+ str_tip += '\n' + me.textCloseTip;
tooltip.setTitle(str_tip);
tooltip.show();
}
@@ -1780,7 +1780,7 @@ define([
loadingDocumentTextText: 'Loading presentation...',
warnProcessRightsChange: 'You have been denied the right to edit the file.',
errorProcessSaveResult: 'Saving is failed.',
- textCloseTip: '\nClick to close the tip.',
+ textCloseTip: 'Click to close the tip.',
textShape: 'Shape',
errorStockChart: 'Incorrect row order. To build a stock chart place the data on the sheet in the following order:
opening price, max price, min price, closing price.',
errorDataRange: 'Incorrect data range.',
diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json
index 8aa256e6e..75fb6d673 100644
--- a/apps/presentationeditor/main/locale/en.json
+++ b/apps/presentationeditor/main/locale/en.json
@@ -167,7 +167,7 @@
"PE.Controllers.Main.splitMaxRowsErrorText": "The number of rows must be less than %1.",
"PE.Controllers.Main.textAnonymous": "Anonymous",
"PE.Controllers.Main.textBuyNow": "Visit website",
- "PE.Controllers.Main.textCloseTip": "\nClick to close the tip",
+ "PE.Controllers.Main.textCloseTip": "Click to close the tip",
"PE.Controllers.Main.textContactUs": "Contact sales",
"PE.Controllers.Main.textLoadingDocument": "Loading presentation",
"PE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
diff --git a/apps/presentationeditor/main/locale/it.json b/apps/presentationeditor/main/locale/it.json
index 85b890ff6..01ead96dc 100644
--- a/apps/presentationeditor/main/locale/it.json
+++ b/apps/presentationeditor/main/locale/it.json
@@ -143,7 +143,7 @@
"PE.Controllers.Main.splitMaxColsErrorText": "Il numero di colonne deve essere inferiore a %1.",
"PE.Controllers.Main.splitMaxRowsErrorText": "Il numero di righe deve essere inferiore a %1.",
"PE.Controllers.Main.textAnonymous": "Anonimo",
- "PE.Controllers.Main.textCloseTip": "\nClicca per chiudere il consiglio",
+ "PE.Controllers.Main.textCloseTip": "Clicca per chiudere il consiglio",
"PE.Controllers.Main.textLoadingDocument": "Caricamento della presentazione",
"PE.Controllers.Main.textShape": "Forma",
"PE.Controllers.Main.textStrict": "Strict mode",
diff --git a/apps/presentationeditor/main/locale/pt.json b/apps/presentationeditor/main/locale/pt.json
index 3d301844e..24eb50a0f 100644
--- a/apps/presentationeditor/main/locale/pt.json
+++ b/apps/presentationeditor/main/locale/pt.json
@@ -143,7 +143,7 @@
"PE.Controllers.Main.splitMaxColsErrorText": "O número de colunas deve ser inferior a %1.",
"PE.Controllers.Main.splitMaxRowsErrorText": "O número de linhas deve ser inferior a %1.",
"PE.Controllers.Main.textAnonymous": "Anônimo",
- "PE.Controllers.Main.textCloseTip": "\nClique para fechar a dica",
+ "PE.Controllers.Main.textCloseTip": "Clique para fechar a dica",
"PE.Controllers.Main.textLoadingDocument": "Carregando apresentação",
"PE.Controllers.Main.textShape": "Forma",
"PE.Controllers.Main.textStrict": "Strict mode",
diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json
index ec022c507..9139e9833 100644
--- a/apps/presentationeditor/main/locale/ru.json
+++ b/apps/presentationeditor/main/locale/ru.json
@@ -167,7 +167,7 @@
"PE.Controllers.Main.splitMaxRowsErrorText": "Число строк должно быть меньше, чем %1.",
"PE.Controllers.Main.textAnonymous": "Аноним",
"PE.Controllers.Main.textBuyNow": "Перейти на сайт",
- "PE.Controllers.Main.textCloseTip": "\nЩелкните, чтобы закрыть эту подсказку",
+ "PE.Controllers.Main.textCloseTip": "Щелкните, чтобы закрыть эту подсказку",
"PE.Controllers.Main.textContactUs": "Связаться с отделом продаж",
"PE.Controllers.Main.textLoadingDocument": "Загрузка презентации",
"PE.Controllers.Main.textNoLicenseTitle": "Open source версия ONLYOFFICE",
diff --git a/apps/presentationeditor/main/locale/sl.json b/apps/presentationeditor/main/locale/sl.json
index 64859d600..83b85e0dd 100644
--- a/apps/presentationeditor/main/locale/sl.json
+++ b/apps/presentationeditor/main/locale/sl.json
@@ -143,7 +143,7 @@
"PE.Controllers.Main.splitMaxColsErrorText": "Število stolpcev mora biti manj kot 1%.",
"PE.Controllers.Main.splitMaxRowsErrorText": "Število vrstic mora biti manj kot %1.",
"PE.Controllers.Main.textAnonymous": "Anonimno",
- "PE.Controllers.Main.textCloseTip": "\nPritisni za zapiranje namiga",
+ "PE.Controllers.Main.textCloseTip": "Pritisni za zapiranje namiga",
"PE.Controllers.Main.textLoadingDocument": "Nalaganje predstavitve",
"PE.Controllers.Main.textShape": "Oblika",
"PE.Controllers.Main.textStrict": "Strict mode",
diff --git a/apps/presentationeditor/main/locale/tr.json b/apps/presentationeditor/main/locale/tr.json
index 92ad3c800..a6e427681 100644
--- a/apps/presentationeditor/main/locale/tr.json
+++ b/apps/presentationeditor/main/locale/tr.json
@@ -143,7 +143,7 @@
"PE.Controllers.Main.splitMaxColsErrorText": "Sütun sayısı %1'den az olmalıdır.",
"PE.Controllers.Main.splitMaxRowsErrorText": "Satır sayısı %1'den az olmalıdır.",
"PE.Controllers.Main.textAnonymous": "Anonim",
- "PE.Controllers.Main.textCloseTip": "\nUcu kapamak için tıklayın",
+ "PE.Controllers.Main.textCloseTip": "Ucu kapamak için tıklayın",
"PE.Controllers.Main.textLoadingDocument": "Sunum yükleniyor",
"PE.Controllers.Main.textShape": "Şekil",
"PE.Controllers.Main.textStrict": "Strict mode",
diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js
index 70208e2b6..484e4b161 100644
--- a/apps/spreadsheeteditor/main/app/controller/Main.js
+++ b/apps/spreadsheeteditor/main/app/controller/Main.js
@@ -1226,7 +1226,7 @@ define([
function showNextTip() {
var str_tip = strings.shift();
if (str_tip) {
- str_tip += me.textCloseTip;
+ str_tip += '\n' + me.textCloseTip;
tooltip.setTitle(str_tip);
tooltip.show();
}
@@ -1979,7 +1979,7 @@ define([
errorAutoFilterChangeFormatTable: 'The operation could not be done for the selected cells as you cannot move a part of the table.
Select another data range so that the whole table was shifted and try again.',
errorAutoFilterHiddenRange: 'The operation cannot be performed because the area contains filtered cells.
Please unhide the filtered elements and try again.',
errorAutoFilterChange: 'The operation is not allowed, as it is attempting to shift cells in a table on your worksheet.',
- textCloseTip: '\nClick to close the tip.',
+ textCloseTip: 'Click to close the tip.',
textShape: 'Shape',
errorFillRange: 'Could not fill the selected range of cells.
All the merged cells need to be the same size.',
errorUpdateVersion: 'The file version has been changed. The page will be reloaded.',
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index 79838b030..4c1780931 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -287,7 +287,7 @@
"SSE.Controllers.Main.saveTitleText": "Saving Spreadsheet",
"SSE.Controllers.Main.textAnonymous": "Anonymous",
"SSE.Controllers.Main.textBuyNow": "Visit website",
- "SSE.Controllers.Main.textCloseTip": "\nClick to close the tip",
+ "SSE.Controllers.Main.textCloseTip": "Click to close the tip",
"SSE.Controllers.Main.textConfirm": "Confirmation",
"SSE.Controllers.Main.textContactUs": "Contact sales",
"SSE.Controllers.Main.textLoadingDocument": "Loading spreadsheet",
diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json
index f3602ea44..1cc71998c 100644
--- a/apps/spreadsheeteditor/main/locale/es.json
+++ b/apps/spreadsheeteditor/main/locale/es.json
@@ -197,7 +197,7 @@
"SSE.Controllers.Main.saveTitleText": "Guardando hoja de cálculo",
"SSE.Controllers.Main.textAnonymous": "Anónimo",
"SSE.Controllers.Main.textBuyNow": "Visit website",
- "SSE.Controllers.Main.textCloseTip": "\nPulse para cerrar el consejo",
+ "SSE.Controllers.Main.textCloseTip": "Pulse para cerrar el consejo",
"SSE.Controllers.Main.textConfirm": "Confirmación",
"SSE.Controllers.Main.textContactUs": "Contact sales",
"SSE.Controllers.Main.textLoadingDocument": "Cargando hoja de cálculo",
diff --git a/apps/spreadsheeteditor/main/locale/it.json b/apps/spreadsheeteditor/main/locale/it.json
index d1b8c8e05..e7cf6f569 100644
--- a/apps/spreadsheeteditor/main/locale/it.json
+++ b/apps/spreadsheeteditor/main/locale/it.json
@@ -177,7 +177,7 @@
"SSE.Controllers.Main.saveTextText": "Salvataggio del foglio elettronico in corso...",
"SSE.Controllers.Main.saveTitleText": "Salvataggio del foglio elettronico",
"SSE.Controllers.Main.textAnonymous": "Anonimo",
- "SSE.Controllers.Main.textCloseTip": "\nClicca per chiudere il consiglio",
+ "SSE.Controllers.Main.textCloseTip": "Clicca per chiudere il consiglio",
"SSE.Controllers.Main.textConfirm": "Conferma",
"SSE.Controllers.Main.textLoadingDocument": "Caricamento del foglio elettronico",
"SSE.Controllers.Main.textNo": "No",
diff --git a/apps/spreadsheeteditor/main/locale/lv.json b/apps/spreadsheeteditor/main/locale/lv.json
index ace77b8f0..a140043da 100644
--- a/apps/spreadsheeteditor/main/locale/lv.json
+++ b/apps/spreadsheeteditor/main/locale/lv.json
@@ -177,7 +177,7 @@
"SSE.Controllers.Main.saveTextText": "Saglabā Izklājlapu...",
"SSE.Controllers.Main.saveTitleText": "Saglabā Izklājlapu",
"SSE.Controllers.Main.textAnonymous": "Anonymous",
- "SSE.Controllers.Main.textCloseTip": "\nClick to close the tip",
+ "SSE.Controllers.Main.textCloseTip": "Click to close the tip",
"SSE.Controllers.Main.textConfirm": "Confirmation",
"SSE.Controllers.Main.textLoadingDocument": "Ielādē Dokumentu",
"SSE.Controllers.Main.textNo": "No",
diff --git a/apps/spreadsheeteditor/main/locale/pt.json b/apps/spreadsheeteditor/main/locale/pt.json
index 5d8dc2ce7..6acd1f0da 100644
--- a/apps/spreadsheeteditor/main/locale/pt.json
+++ b/apps/spreadsheeteditor/main/locale/pt.json
@@ -177,7 +177,7 @@
"SSE.Controllers.Main.saveTextText": "Salvando planilha...",
"SSE.Controllers.Main.saveTitleText": "Salvando planilha",
"SSE.Controllers.Main.textAnonymous": "Anônimo",
- "SSE.Controllers.Main.textCloseTip": "\nClique para fechar a dica",
+ "SSE.Controllers.Main.textCloseTip": "Clique para fechar a dica",
"SSE.Controllers.Main.textConfirm": "Confirmação",
"SSE.Controllers.Main.textLoadingDocument": "Carregando planilha",
"SSE.Controllers.Main.textNo": "Não",
diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json
index ddae7f2c5..91ed2f4af 100644
--- a/apps/spreadsheeteditor/main/locale/ru.json
+++ b/apps/spreadsheeteditor/main/locale/ru.json
@@ -285,7 +285,7 @@
"SSE.Controllers.Main.saveTitleText": "Сохранение электронной таблицы",
"SSE.Controllers.Main.textAnonymous": "Аноним",
"SSE.Controllers.Main.textBuyNow": "Перейти на сайт",
- "SSE.Controllers.Main.textCloseTip": "\nЩелкните, чтобы закрыть эту подсказку",
+ "SSE.Controllers.Main.textCloseTip": "Щелкните, чтобы закрыть эту подсказку",
"SSE.Controllers.Main.textConfirm": "Подтверждение",
"SSE.Controllers.Main.textContactUs": "Связаться с отделом продаж",
"SSE.Controllers.Main.textLoadingDocument": "Загрузка таблицы",
diff --git a/apps/spreadsheeteditor/main/locale/sl.json b/apps/spreadsheeteditor/main/locale/sl.json
index df3ba7482..9f7b4cfec 100644
--- a/apps/spreadsheeteditor/main/locale/sl.json
+++ b/apps/spreadsheeteditor/main/locale/sl.json
@@ -177,7 +177,7 @@
"SSE.Controllers.Main.saveTextText": "Shranjevanje razpredelnice...",
"SSE.Controllers.Main.saveTitleText": "Shranjevanje razpredelnice",
"SSE.Controllers.Main.textAnonymous": "Anonimno",
- "SSE.Controllers.Main.textCloseTip": "\nPritisni za zapiranje namiga",
+ "SSE.Controllers.Main.textCloseTip": "Pritisni za zapiranje namiga",
"SSE.Controllers.Main.textConfirm": "Potrditev",
"SSE.Controllers.Main.textLoadingDocument": "Nalaganje razpredelnice",
"SSE.Controllers.Main.textNo": "Ne",
diff --git a/apps/spreadsheeteditor/main/locale/tr.json b/apps/spreadsheeteditor/main/locale/tr.json
index 0dd154535..651ccf374 100644
--- a/apps/spreadsheeteditor/main/locale/tr.json
+++ b/apps/spreadsheeteditor/main/locale/tr.json
@@ -177,7 +177,7 @@
"SSE.Controllers.Main.saveTextText": "Spreadsheet kaydediliyor...",
"SSE.Controllers.Main.saveTitleText": "Spreadsheet Kaydediliyor",
"SSE.Controllers.Main.textAnonymous": "Anonim",
- "SSE.Controllers.Main.textCloseTip": "\nUcu kapamak için tıklayın",
+ "SSE.Controllers.Main.textCloseTip": "Ucu kapamak için tıklayın",
"SSE.Controllers.Main.textConfirm": "Konfirmasyon",
"SSE.Controllers.Main.textLoadingDocument": "Spreadsheet yükleniyor",
"SSE.Controllers.Main.textNo": "Hayır",