From 7c0215454f7be1526e697f84d99977883247eda5 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Tue, 29 Apr 2025 16:05:03 +0800 Subject: [PATCH] FIX: update the text jira: [STUDIO-11038] Change-Id: I7f439d947a4568f5f796f295a95209c3a4d0de68 --- src/slic3r/GUI/ReleaseNote.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/ReleaseNote.cpp b/src/slic3r/GUI/ReleaseNote.cpp index 5752aab81..c14043614 100644 --- a/src/slic3r/GUI/ReleaseNote.cpp +++ b/src/slic3r/GUI/ReleaseNote.cpp @@ -1097,8 +1097,8 @@ void PrintErrorDialog::init_button(PrintErrorButton style,wxString buton_text) void PrintErrorDialog::init_button_list() { init_button(RESUME_PRINTING, _L("Resume Printing")); - init_button(RESUME_PRINTING_DEFECTS, _L("Resume Printing(defects acceptable)")); - init_button(RESUME_PRINTING_PROBELM_SOLVED, _L("Resume Printing(problem solved)")); + init_button(RESUME_PRINTING_DEFECTS, _L("Resume (defects acceptable)")); + init_button(RESUME_PRINTING_PROBELM_SOLVED, _L("Resume (problem solved)")); init_button(STOP_PRINTING, _L("Stop Printing"));// pop up recheck dialog? init_button(CHECK_ASSISTANT, _L("Check Assistant")); init_button(FILAMENT_EXTRUDED, _L("Filament Extruded, Continue"));