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>2021-10-14 12:30:27 +0300
committerenricoturri1966 <enricoturri@seznam.cz>2021-10-14 12:30:27 +0300
commit0d922b04af5e4df8f0a7c044d5f05ef4e1975990 (patch)
treeb89e887ecad1d4ef5b6a76b3acd01e3b474866b2 /src/slic3r/GUI/KBShortcutsDialog.cpp
parentfe1c5f34a0072575d81da74d6f0d0f702dea4e56 (diff)
Tech ENABLE_PREVIEW_LAYOUT - Added menu item View/Show legend
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..992b0be13 100644
--- a/src/slic3r/GUI/KBShortcutsDialog.cpp
+++ b/src/slic3r/GUI/KBShortcutsDialog.cpp
@@ -223,7 +223,7 @@ void KBShortcutsDialog::fill_shortcuts()
{ "A", L("Horizontal slider - Move active thumb Left") },
{ "D", L("Horizontal slider - Move active thumb Right") },
{ "X", L("On/Off one layer mode of the vertical slider") },
- { "L", L("Show/Hide Legend and Estimated printing time") },
+ { "L", L("Show/Hide legend") },
{ "C", L("Show/Hide G-code window") },
};