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

New commits:
commit 8a02d9eace04407709567c298b6e12542eceb223
Author: Cor Nouws <c...@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') })
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to