Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-10-24 12:12:15 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-10-24 12:12:15 +0300
commit9651ff19ef436600cbc8dd0f787940f8f5d0b22c (patch)
tree173f59b236d6a9ab70760b03a36e20e163b7b6b1 /src/slic3r/GUI/KBShortcutsDialog.cpp
parentae628012507aa382f1329f60a898aaa9ba46c21b (diff)
Fix of [prusa3d/PrusaSlicer] Typo in Keyboard Shortcuts (Issue #7161)
Diffstat (limited to 'src/slic3r/GUI/KBShortcutsDialog.cpp')
-rw-r--r--src/slic3r/GUI/KBShortcutsDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp
index d16161f89..c330f7cc9 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") },
};