- Fix (Context menus): Avoid showing double shortcuts (#285); add some

missing ones
This commit is contained in:
Brett Zamir
2018-09-14 07:18:26 +08:00
parent f0a48cdb13
commit b51db3a3c1
7 changed files with 37 additions and 35 deletions

View File

@@ -127,10 +127,10 @@ var svgEditorLang_en = (function () {
set_link_url: 'Set link URL (leave empty to remove)',
to_path: 'Convert to Path',
reorient_path: 'Reorient path',
ungroup: 'Ungroup Elements [G]',
ungroup: 'Ungroup Elements',
docprops: 'Document Properties [D]',
move_bottom: 'Send to Back [ Ctrl+Shift+[ ]',
move_top: 'Bring to Front [ Ctrl+Shift+] ]',
move_bottom: 'Send to Back',
move_top: 'Bring to Front',
node_clone: 'Clone Node',
node_delete: 'Delete Node',
node_link: 'Link Control Points',
@@ -143,10 +143,10 @@ var svgEditorLang_en = (function () {
paste_in_place: 'Paste in Place',
delete: 'Delete',
group: 'Group',
move_front: 'Bring to Front [ Ctrl-Shift+] ]',
move_up: 'Bring Forward [ Ctrl+] ]',
move_down: 'Send Backward [ Ctrl+[ ]',
move_back: 'Send to Back [ Ctrl+Shift+[ ]'
move_front: 'Bring to Front',
move_up: 'Bring Forward',
move_down: 'Send Backward',
move_back: 'Send to Back'
},
layers: {
layer: 'Layer',