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

New commits:
commit 265ff8907fdb8a8288498c834d8a6485626362d6
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Mon Feb 3 21:38:51 2020 +0100
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Tue Feb 4 11:40:41 2020 +0100

    mobile: Loading... as the splash instead of Connecting...
    
    Change-Id: I9e813cf257f0cf9c5b50b183fa1d3b265ba3903f
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87922
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/loleaflet/src/core/Socket.js b/loleaflet/src/core/Socket.js
index fa6054095..5978d5e81 100644
--- a/loleaflet/src/core/Socket.js
+++ b/loleaflet/src/core/Socket.js
@@ -748,7 +748,7 @@ L.Socket = L.Class.extend({
                }
                else if (textMsg.startsWith('statusindicator:')) {
                        //FIXME: We should get statusindicator when saving too, 
no?
-                       this._map.showBusy(_('Connecting...'), true);
+                       this._map.showBusy(window.ThisIsAMobileApp? 
_('Loading...'): _('Connecting...'), true);
                        if (textMsg.startsWith('statusindicator: ready')) {
                                // We're connected: cancel timer and dialog.
                                this.ReconnectCount = 0;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to