From 76a1ea21d5626f69b268ae968705f5ed3e68d863 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Fri, 17 Jan 2025 12:07:03 +0800 Subject: [PATCH] ENH: text: refine some texts jira: no-jira Change-Id: I04ef97c6d6a3cc2186ced6e8a89a92afc262bd16 (cherry picked from commit fc34b46e633d6a0fb4ff4c47362d581fd9e54a26) --- src/slic3r/GUI/MainFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/MainFrame.cpp b/src/slic3r/GUI/MainFrame.cpp index f7fb15007..95bcf9e67 100644 --- a/src/slic3r/GUI/MainFrame.cpp +++ b/src/slic3r/GUI/MainFrame.cpp @@ -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";