1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00
YuSanka
2020-10-19 10:08:21 +02:00
parent a61d0a9532
commit 9fdaa1bdbe
+1 -1
View File
@@ -1009,7 +1009,7 @@ void UnsavedChangesDialog::update(Preset::Type type, PresetCollection* dependent
action_msg = format_wxstr(_L("Preset \"%1%\" has the following unsaved changes:"), presets->get_edited_preset().name);
}
else {
action_msg = format_wxstr(Preset::TYPE_PRINTER ?
action_msg = format_wxstr(type == Preset::TYPE_PRINTER ?
_L("Preset \"%1%\" is not compatible with the new printer profile and it has the following unsaved changes:") :
_L("Preset \"%1%\" is not compatible with the new print profile and it has the following unsaved changes:"),
presets->get_edited_preset().name);