[SSE] Fix Bug 37930
This commit is contained in:
parent
d55d9ce95f
commit
9af7bd4b57
|
@ -3035,7 +3035,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
guestText : 'Guest',
|
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',
|
txtHeight : 'Height',
|
||||||
txtWidth : 'Width',
|
txtWidth : 'Width',
|
||||||
tipIsLocked : 'This element is being edited by another user.',
|
tipIsLocked : 'This element is being edited by another user.',
|
||||||
|
|
|
@ -239,7 +239,7 @@
|
||||||
"SSE.Controllers.DocumentHolder.rightText": "Right",
|
"SSE.Controllers.DocumentHolder.rightText": "Right",
|
||||||
"SSE.Controllers.DocumentHolder.textChangeColumnWidth": "Column Width {0} symbols ({1} pixels)",
|
"SSE.Controllers.DocumentHolder.textChangeColumnWidth": "Column Width {0} symbols ({1} pixels)",
|
||||||
"SSE.Controllers.DocumentHolder.textChangeRowHeight": "Row Height {0} points ({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.textInsertLeft": "Insert Left",
|
||||||
"SSE.Controllers.DocumentHolder.textInsertTop": "Insert Top",
|
"SSE.Controllers.DocumentHolder.textInsertTop": "Insert Top",
|
||||||
"SSE.Controllers.DocumentHolder.textSym": "sym",
|
"SSE.Controllers.DocumentHolder.textSym": "sym",
|
||||||
|
|
Loading…
Reference in a new issue