From 9af7bd4b57cbed282f3fe5daf113a2aa62330cb9 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 2 Apr 2019 17:17:30 +0300 Subject: [PATCH] [SSE] Fix Bug 37930 --- apps/spreadsheeteditor/main/app/controller/DocumentHolder.js | 2 +- apps/spreadsheeteditor/main/locale/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js index 31a567e849..c4a6b5b7ae 100644 --- a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js @@ -3035,7 +3035,7 @@ define([ }, guestText : 'Guest', - textCtrlClick : 'Press CTRL and click link', + textCtrlClick : 'Click the link to open it or click and hold the mouse button to select the cell.', txtHeight : 'Height', txtWidth : 'Width', tipIsLocked : 'This element is being edited by another user.', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index bbc798fff2..3d24072802 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -239,7 +239,7 @@ "SSE.Controllers.DocumentHolder.rightText": "Right", "SSE.Controllers.DocumentHolder.textChangeColumnWidth": "Column Width {0} symbols ({1} pixels)", "SSE.Controllers.DocumentHolder.textChangeRowHeight": "Row Height {0} points ({1} pixels)", - "SSE.Controllers.DocumentHolder.textCtrlClick": "Press CTRL and click link", + "SSE.Controllers.DocumentHolder.textCtrlClick": "Click the link to open it or click and hold the mouse button to select the cell.", "SSE.Controllers.DocumentHolder.textInsertLeft": "Insert Left", "SSE.Controllers.DocumentHolder.textInsertTop": "Insert Top", "SSE.Controllers.DocumentHolder.textSym": "sym",