From eb2c121f9475a04042e497bbb24c633bc32df831 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Wed, 29 Mar 2023 14:20:31 +0200 Subject: [PATCH] Follow-up https://github.com/Prusa-Development/PrusaSlicerPrivate/commit/cc5660ad8cf28a134cad5164061d890441655612 - Fixed tooltip texts --- src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp index d1623e41e9..bab6676763 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp @@ -3000,8 +3000,8 @@ void GLGizmoEmboss::draw_advanced() } if (ImGui::IsItemHovered()) ImGui::SetTooltip("%s", (m_keep_up? - _u8L("Unlock the text's up orientation when moving text along the object's surface."): - _u8L("Lock the text's up orientation when moving text along the object's surface.") + _u8L("Unlock the text's rotation when moving text along the object's surface."): + _u8L("Lock the text's rotation when moving text along the object's surface.") ).c_str()); // when more collection add selector