summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2019-05-23 02:50:24 +0200
committerAron Budea <aron.budea@collabora.com>2019-05-23 14:04:15 +0200
commit436ebf7465221eeb7d2c0326722f358651b8e66b (patch)
treee2e0dab0c856702af2aab45739320344b836a2db
parenttests for chunked transfer encoding parser. (diff)
downloadonline-436ebf7465221eeb7d2c0326722f358651b8e66b.tar.gz
online-436ebf7465221eeb7d2c0326722f358651b8e66b.zip
Display correct shortcut for paste
After aa1d9ce19644fd55f18635f0784225cb0bedb6e3 Change-Id: Iba5a5dc2421c2eaf5ff217d825eac70da2fb1e0c Reviewed-on: https://gerrit.libreoffice.org/72813 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 577d4a50a2b19193b5eeb419ccaa3786294c5f8a) Reviewed-on: https://gerrit.libreoffice.org/72839 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
-rw-r--r--loleaflet/src/control/Control.Menubar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index e739715a9e..d4379c20a8 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') {