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:
authorenricoturri1966 <enricoturri@seznam.cz>2020-12-01 12:17:35 +0300
committerenricoturri1966 <enricoturri@seznam.cz>2020-12-01 12:17:35 +0300
commit430648471a001554a0e2c9c87f2ba749cc537a16 (patch)
tree65e05fe5df84c0e9df6329dc6e5fe88e9f10cb92 /src/slic3r/GUI/KBShortcutsDialog.cpp
parentdc736f785537a2f52d600edf8e13942f56aa9bb2 (diff)
Follow-up of 6ae1a1061491eb73ec4637a45b63c61c24d8aa4c - Fixed typo
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 21fe6a747..d67362645 100644
--- a/src/slic3r/GUI/KBShortcutsDialog.cpp
+++ b/src/slic3r/GUI/KBShortcutsDialog.cpp
@@ -212,7 +212,7 @@ void KBShortcutsDialog::fill_shortcuts()
{ "S", L("Move vertical slider current thumb Down") },
{ "A", L("Move horizontal slider current thumb Left") },
{ "D", L("Move horizontal slider current thumb Right") },
- { "O", L("Toggle vertical slider one layer mode ON/OFF") },
+ { "X", L("Toggle vertical slider one layer mode ON/OFF") },
{ "L", L("Show/Hide Legend and Estimated printing time") },
#else
{ L("Arrow Up"), L("Upper layer") },