From 1472b5ce21134b8b4cd209d53da8f8db809c4cb8 Mon Sep 17 00:00:00 2001 From: "weiting.ji" Date: Wed, 9 Jul 2025 19:38:18 +0800 Subject: [PATCH] FIX: Sync button text modification Jira: STUDIO-13031 Change-Id: I9007557f4f6f2909250460fc9d6f5d4c4756adc6 (cherry picked from commit c588c5aad60d6eb7bc2b59fd93cbbfbd5ed2849b) --- src/slic3r/GUI/Plater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 727394c78c..1bb2c04d2e 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -1742,7 +1742,7 @@ Sidebar::Sidebar(Plater *parent) project_config.set_key_value("curr_bed_type", new ConfigOptionEnum(bed_type)); // Sync printer information - btn_sync = new Button(p->m_panel_printer_content, _L("Sync printer information"), "printer_sync", 0, 32); + btn_sync = new Button(p->m_panel_printer_content, _L("Sync info"), "printer_sync", 0, 32); //btn_sync->SetFont(Label::Body_8); btn_sync->SetToolTip(_L("Synchronize nozzle information and the number of AMS")); btn_sync->SetCornerRadius(8);