From 9651ff19ef436600cbc8dd0f787940f8f5d0b22c Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Sun, 24 Oct 2021 11:12:15 +0200 Subject: [PATCH] Fix of [prusa3d/PrusaSlicer] Typo in Keyboard Shortcuts (Issue #7161) --- src/slic3r/GUI/KBShortcutsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp index d16161f890..c330f7cc92 100644 --- a/src/slic3r/GUI/KBShortcutsDialog.cpp +++ b/src/slic3r/GUI/KBShortcutsDialog.cpp @@ -193,7 +193,7 @@ void KBShortcutsDialog::fill_shortcuts() m_full_shortcuts.push_back({ { _L("Gizmos"), _L("The following shortcuts are applicable when the specified gizmo is active") }, gizmos_shortcuts }); Shortcuts object_list_shortcuts = { - { "P", L("Set selected items as Ptrintable/Unprintable") }, + { "P", L("Set selected items as Printable/Unprintable") }, { "0", L("Set default extruder for the selected items") }, { "1-9", L("Set extruder number for the selected items") }, };