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

Cor Nouws cno at nouenoff.nl
Thu Aug 17 08:54:37 UTC 2017


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

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

    Better wording.
    
    Change-Id: I335dd2f6980032464f66c6ba482f6f23d7093144

diff --git a/loleaflet/src/core/Socket.js b/loleaflet/src/core/Socket.js
index 4a91de77..99507627 100644
--- a/loleaflet/src/core/Socket.js
+++ b/loleaflet/src/core/Socket.js
@@ -392,7 +392,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