mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 16:29:03 +08:00
Fixed typo (incopatible -> incompatible)
This commit is contained in:
parent
92f7bdcf92
commit
625e69a199
@ -133,7 +133,7 @@ void SavePresetDialog::Item::update()
|
|||||||
if (existing->is_compatible)
|
if (existing->is_compatible)
|
||||||
info_line = from_u8((boost::format(_u8L("Preset with name \"%1%\" already exists.")) % m_preset_name).str());
|
info_line = from_u8((boost::format(_u8L("Preset with name \"%1%\" already exists.")) % m_preset_name).str());
|
||||||
else
|
else
|
||||||
info_line = from_u8((boost::format(_u8L("Preset with name \"%1%\" already exists and is incopatible with selected printer.")) % m_preset_name).str());
|
info_line = from_u8((boost::format(_u8L("Preset with name \"%1%\" already exists and is incompatible with selected printer.")) % m_preset_name).str());
|
||||||
info_line += "\n" + _L("Note: This preset will be replaced after saving");
|
info_line += "\n" + _L("Note: This preset will be replaced after saving");
|
||||||
m_valid_type = Warning;
|
m_valid_type = Warning;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user