[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src

Cor Nouws cno at nouenoff.nl
Thu Aug 17 11:40:43 UTC 2017


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

New commits:
commit 07c5b80756fd3823ade6ebbfd973c8ea1b37caa7
Author: Cor Nouws <cno at nouenoff.nl>
Date:   Thu Aug 17 10:53:51 2017 +0200

    Better wording.
    
    Change-Id: I335dd2f6980032464f66c6ba482f6f23d7093144
    Reviewed-on: https://gerrit.libreoffice.org/41249
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/src/core/Socket.js b/loleaflet/src/core/Socket.js
index 17203586..b9f9b0fe 100644
--- a/loleaflet/src/core/Socket.js
+++ b/loleaflet/src/core/Socket.js
@@ -389,7 +389,7 @@ L.Socket = L.Class.extend({
 				}
 
 				vex.dialog.confirm({
-					message: _('Document has been changed in storage. Do you want to discard your changes, and load the new document?'),
+					message: _('Document has been changed in storage. Do you want to discard your changes, and load the document from the storage?'),
 					buttons: [
 						$.extend({}, vex.dialog.buttons.YES, { text: _('Discard changes') }),
 						$.extend({}, vex.dialog.buttons.NO, { text: _('Overwrite document') })


More information about the Libreoffice-commits mailing list