ENH:translate text

jira: none
Change-Id: I3d8cc9596d6abeae680deeef827514ac97bce863
(cherry picked from commit e66a291235569596fe8a8dc5474a57adaab122ca)
This commit is contained in:
zhou.xu 2025-02-05 19:56:20 +08:00 committed by Noisyfox
parent 7d3acd75ae
commit e17cd31f63

View file

@ -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);
};