[Libreoffice-commits] online.git: loleaflet/src

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 4 10:40:59 UTC 2020


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

New commits:
commit 265ff8907fdb8a8288498c834d8a6485626362d6
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Mon Feb 3 21:38:51 2020 +0100
Commit:     Jan Holesovsky <kendy at 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 <kendy at collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at 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;


More information about the Libreoffice-commits mailing list