[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src
Jan Holesovsky
kendy at collabora.com
Tue Jun 6 11:08:53 UTC 2017
loleaflet/src/core/Socket.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 214291f60bb3cf0c14a18f4cbaae8c86a890c51d
Author: Jan Holesovsky <kendy at 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.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at 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') {
More information about the Libreoffice-commits
mailing list