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

New commits:
commit 07c5b80756fd3823ade6ebbfd973c8ea1b37caa7
Author: Cor Nouws <c...@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 <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@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') })
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to