mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Fix and update locale
This commit is contained in:
@@ -1037,7 +1037,7 @@ void PartPlate::render_icons(bool bottom, bool only_name, int hover_id)
|
||||
|
||||
if (hover_id == 7) {
|
||||
render_icon_texture(m_move_front_icon.model, m_partplate_list->m_move_front_hovered_texture);
|
||||
show_tooltip("Move plate to the front");
|
||||
show_tooltip(_u8L("Move plate to the front"));
|
||||
} else
|
||||
render_icon_texture(m_move_front_icon.model, m_partplate_list->m_move_front_texture);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user