mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 11:41:57 +08:00
Follow-up cc5660ad8c
- Fixed tooltip texts
This commit is contained in:
parent
eefae26961
commit
eb2c121f94
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user