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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu May 23 12:04:34 UTC 2019


 loleaflet/src/control/Control.Menubar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 436ebf7465221eeb7d2c0326722f358651b8e66b
Author:     Aron Budea <aron.budea at collabora.com>
AuthorDate: Thu May 23 02:50:24 2019 +0200
Commit:     Aron Budea <aron.budea at collabora.com>
CommitDate: Thu May 23 14:04:15 2019 +0200

    Display correct shortcut for paste
    
    After aa1d9ce19644fd55f18635f0784225cb0bedb6e3
    
    Change-Id: Iba5a5dc2421c2eaf5ff217d825eac70da2fb1e0c
    Reviewed-on: https://gerrit.libreoffice.org/72813
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>
    (cherry picked from commit 577d4a50a2b19193b5eeb419ccaa3786294c5f8a)
    Reviewed-on: https://gerrit.libreoffice.org/72839
    Reviewed-by: Aron Budea <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index e739715a9..d4379c20a 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -794,7 +794,7 @@ L.Control.Menubar = L.Control.extend({
 		} else if (id === 'repair') {
 			this._map._socket.sendMessage('commandvalues command=.uno:DocumentRepair');
 		} else if (id === 'warn-copy-paste') {
-			vex.dialog.alert(_('<p>Your browser has very limited access to the clipboard, so use these keyboard shortcuts:<ul><li><b>Ctrl+C</b>: For copying.</li><li><b>Ctrl+X</b>: For cutting.</li><li><b>Ctrl+P</b>: For pasting.</li></ul></p>'));
+			vex.dialog.alert(_('<p>Your browser has very limited access to the clipboard, so use these keyboard shortcuts:<ul><li><b>Ctrl+C</b>: For copying.</li><li><b>Ctrl+X</b>: For cutting.</li><li><b>Ctrl+V</b>: For pasting.</li></ul></p>'));
 		}
 		// Inform the host if asked
 		if ($(item).data('postmessage') === 'true') {


More information about the Libreoffice-commits mailing list