loleaflet/src/core/Socket.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c1a302a18220c25e6885c508bab1a5997ccd5bf1
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

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') {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to