Some textation improvements, renamed Silent mode to Stealth.

This commit is contained in:
bubnikv 2019-05-09 15:39:15 +02:00
parent 1efe743834
commit 5012e3079f
4 changed files with 11 additions and 11 deletions

View file

@ -120,9 +120,9 @@ void KBShortcutsDialog::fill_shortcuts()
main_shortcuts.push_back(Shortcut(ctrl+"6" ,L("Switch to Preview")));
main_shortcuts.push_back(Shortcut(ctrl+"P" ,L("Preferences")));
main_shortcuts.push_back(Shortcut(ctrl+"J" ,L("Print host upload queue")));
main_shortcuts.push_back(Shortcut("0-6" ,L("Camera view ")));
main_shortcuts.push_back(Shortcut("+" ,L("Add Instance to selected object ")));
main_shortcuts.push_back(Shortcut("-" ,L("Remove Instance from selected object")));
main_shortcuts.push_back(Shortcut("0-6" ,L("Camera view")));
main_shortcuts.push_back(Shortcut("+" ,L("Add Instance of the selected object")));
main_shortcuts.push_back(Shortcut("-" ,L("Remove Instance of the selected object")));
main_shortcuts.push_back(Shortcut("?" ,L("Show keyboard shortcuts list")));
main_shortcuts.push_back(Shortcut(ctrl/*+"LeftMouse"*/,L("Press to select multiple object or move multiple object with mouse")));