loleaflet/src/core/Socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 214291f60bb3cf0c14a18f4cbaae8c86a890c51d Author: Jan Holesovsky <ke...@collabora.com> Date: Mon Jun 5 19:30:00 2017 +0200 loleaflet: Advise the user what to do. Change-Id: I1ecd0a981bd8e277a53e6af9dc2f7ab1e2ee2099 Reviewed-on: https://gerrit.libreoffice.org/38419 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> diff --git a/loleaflet/src/core/Socket.js b/loleaflet/src/core/Socket.js index 4085e107..e137acca 100644 --- a/loleaflet/src/core/Socket.js +++ b/loleaflet/src/core/Socket.js @@ -232,7 +232,7 @@ L.Socket = L.Class.extend({ msg = _('Session terminated by document owner'); } else if (textMsg === 'idle') { - msg = _('Session terminated due to idleness'); + msg = _('Session was terminated due to idleness - please click to reload'); this._map._documentIdle = true; } else if (textMsg === 'shuttingdown') { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits