mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
Fix and update locale
This commit is contained in:
parent
fff4da56bd
commit
17492c1e5b
21 changed files with 1981 additions and 1773 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue