FIX: text display: 'alt' -> 'shift' [STUDIO-2975]
Change-Id: I363617d9f9d735069801470c38c9f8ef61998e06
This commit is contained in:
parent
5a7a2f7c42
commit
8973615a8d
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ void KBShortcutsDialog::fill_shortcuts()
|
|||
{ ctrl + "N", L("New Project") },
|
||||
{ ctrl + "O", L("Open Project") },
|
||||
{ ctrl + "S", L("Save Project") },
|
||||
{ ctrl + alt + "S", L("Save Project as") },
|
||||
{ ctrl + "Shift+S", L("Save Project as")},
|
||||
// File>Import
|
||||
{ ctrl + "I", L("Import geometry data from STL/STEP/3MF/OBJ/AMF files") },
|
||||
// File>Export
|
||||
|
|
Loading…
Reference in a new issue