[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

Jan Holesovsky kendy at collabora.com
Fri Apr 13 11:55:26 UTC 2018


 loleaflet/dist/errormessages.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3dca160c923a0afdd9ebcbb69f373b8cc82f693c
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Apr 13 13:41:58 2018 +0200

    Improve an unhelpful error message.
    
    Change-Id: I79b8bb590c98da5b7290b925f7bb63dc3f777ddc
    Reviewed-on: https://gerrit.libreoffice.org/52826
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/loleaflet/dist/errormessages.js b/loleaflet/dist/errormessages.js
index bdad9bb96..1f1454208 100644
--- a/loleaflet/dist/errormessages.js
+++ b/loleaflet/dist/errormessages.js
@@ -5,7 +5,7 @@ exports.infoandsupport = _('More information and support');
 exports.limitreachedprod = _('This service is limited to %0 documents, and %1 connections total by the admin. This limit has been reached. Please try again later.');
 exports.serviceunavailable = _('Service is unavailable. Please try again later and report to your administrator if the issue persists.');
 exports.unauthorized = _('Unauthorized WOPI host. Please try again later and report to your administrator if the issue persists.');
-exports.wrongwopisrc = _('Wrong WOPISrc, usage: WOPISrc=valid encoded URI, or file_path, usage: file_path=/path/to/doc/');
+exports.wrongwopisrc = _('Wrong or missing WOPISrc parameter, please contact support.');
 exports.sessionexpiry = _('Your session will expire in %time. Please save your work and refresh the session (or webpage) to continue.');
 exports.sessionexpired = _('Your session has been expired. Further changes to document might not be saved. Please refresh the session (or webpage) to continue.');
 exports.faileddocloading = _('Failed to load the document. Please ensure the file type is supported and not corrupted, and try again.');


More information about the Libreoffice-commits mailing list