mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-16 08:52:43 +00:00
Standardize strings (#12665)
* Standardize view actions * Standardize the term for "first layer" --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
committed by
GitHub
parent
3842511068
commit
d7ea6daae2
@@ -211,9 +211,9 @@ void KBShortcutsDialog::fill_shortcuts()
|
||||
bool swap_mouse_buttons = wxGetApp().app_config->get_bool("swap_mouse_buttons");
|
||||
|
||||
Shortcuts plater_shortcuts = {
|
||||
{ L("Left mouse button"), swap_mouse_buttons ? L("Pan View") : L("Rotate View") },
|
||||
{ L("Right mouse button"), swap_mouse_buttons ? L("Rotate View") : L("Pan View") },
|
||||
{ L("Mouse wheel"), L("Zoom View") },
|
||||
{ L("Left mouse button"), swap_mouse_buttons ? L("Pan view") : L("Rotate view") },
|
||||
{ L("Right mouse button"), swap_mouse_buttons ? L("Rotate view") : L("Pan view") },
|
||||
{ L("Mouse wheel"), L("Zoom view") },
|
||||
{ "A", L("Arrange all objects") },
|
||||
{ shift + "A", L("Arrange objects on selected plates") },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user