mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Grammar and spelling fixes on GUI strings (#12410)
This commit is contained in:
committed by
GitHub
parent
17e534cac4
commit
d54adafdaa
@@ -5129,8 +5129,8 @@ void PrinterInfoBox::UpdatePlate(const std::string& plate_name)
|
||||
name = _L("Textured PEI Plate");
|
||||
m_bed_image->SetBitmap(create_scaled_bitmap("bed_pei", this, 40));
|
||||
}
|
||||
else if (plate_name == "Supertack Plate") {
|
||||
name = _L("Cool Plate (Supertack)");
|
||||
else if (plate_name == "SuperTack Plate") {
|
||||
name = _L("Cool Plate (SuperTack)");
|
||||
m_bed_image->SetBitmap(create_scaled_bitmap("bed_cool_supertack", this, 40));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user