mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-30 18:14:36 +08:00
Fixed typo in 8a1eba5a09
This commit is contained in:
parent
a61d0a9532
commit
9fdaa1bdbe
@ -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);
|
action_msg = format_wxstr(_L("Preset \"%1%\" has the following unsaved changes:"), presets->get_edited_preset().name);
|
||||||
}
|
}
|
||||||
else {
|
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 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:"),
|
_L("Preset \"%1%\" is not compatible with the new print profile and it has the following unsaved changes:"),
|
||||||
presets->get_edited_preset().name);
|
presets->get_edited_preset().name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user