mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 04:55:55 +08:00
parent
f8180803da
commit
8be4368cad
@ -924,7 +924,7 @@ void Sidebar::update_reslice_btn_tooltip() const
|
||||
{
|
||||
wxString tooltip = wxString("Slice") + " [" + GUI::shortkey_ctrl_prefix() + "R]";
|
||||
if (m_mode != comSimple || wxGetApp().app_config->get("objects_always_expert") == "1")
|
||||
tooltip += wxString("\n") + _L("Hold Shift to Slice & Export G-code");
|
||||
tooltip += wxString(" - ") + _L("Hold Shift to Slice & Export G-code");
|
||||
p->btn_reslice->SetToolTip(tooltip);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user