From e17cd31f63fa80793aa3c872393bdaad4823004f Mon Sep 17 00:00:00 2001 From: "zhou.xu" Date: Wed, 5 Feb 2025 19:56:20 +0800 Subject: [PATCH] ENH:translate text jira: none Change-Id: I3d8cc9596d6abeae680deeef827514ac97bce863 (cherry picked from commit e66a291235569596fe8a8dc5474a57adaab122ca) --- 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 58e6b36363..e2085b6450 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -2902,7 +2902,7 @@ void Sidebar::sync_ams_list(bool is_from_big_sync_btn) } } auto badge_combox_filament = [](PlaterPresetComboBox *c) { - auto tip = _L("\nMaterial and color information have been synchronized, but slot information is not included."); + auto tip = _L("Filament type and color information have been synchronized, but slot information is not included."); c->SetToolTip(tip); c->ShowBadge(true); };