[Libreoffice-commits] online.git: loleaflet/src
Jan Holesovsky
kendy at collabora.com
Mon Jun 5 17:31:10 UTC 2017
loleaflet/src/core/Socket.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c1a302a18220c25e6885c508bab1a5997ccd5bf1
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
diff --git a/loleaflet/src/core/Socket.js b/loleaflet/src/core/Socket.js
index d3fe0c16..444abe62 100644
--- a/loleaflet/src/core/Socket.js
+++ b/loleaflet/src/core/Socket.js
@@ -244,7 +244,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