ENH: text: refine some texts
jira: no-jira Change-Id: I04ef97c6d6a3cc2186ced6e8a89a92afc262bd16 (cherry picked from commit fc34b46e633d6a0fb4ff4c47362d581fd9e54a26)
This commit is contained in:
parent
8f4f160d1f
commit
76a1ea21d5
|
@ -1652,7 +1652,7 @@ wxBoxSizer* MainFrame::create_side_tools()
|
|||
bool do_slicing = true;
|
||||
if ((wxGetApp().app_config->get("play_slicing_video") == "true") && (printer_model == "Bambu Lab H2D"))
|
||||
{
|
||||
MessageDialog dlg(this, _L("This is your first time slicing with the H2D machine.\nWould you like to watch a quick tutorial video?"), _L("Tutorial"), wxYES_NO);
|
||||
MessageDialog dlg(this, _L("This is your first time slicing with the H2D machine.\nWould you like to watch a quick tutorial video?"), _L("First Guide"), wxYES_NO);
|
||||
auto res = dlg.ShowModal();
|
||||
if (res == wxID_YES) {
|
||||
fs::path video_path = fs::path(resources_dir()) / "videos/dual_extruder_slicing.mp4";
|
||||
|
|
Loading…
Reference in New Issue