mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 09:52:11 +00:00
Localizations refactor (#14254)
This commit is contained in:
@@ -598,7 +598,7 @@ wxString PlateSettingsDialog::to_bed_type_name(BedType bed_type) {
|
||||
return _(bed_type_def->enum_labels[size_t(bed_type) - 1]);
|
||||
}
|
||||
}
|
||||
return _L("Same as Global Bed Type");
|
||||
return _L("Same as Global Plate Type");
|
||||
}
|
||||
|
||||
wxString PlateSettingsDialog::to_print_sequence_name(PrintSequence print_seq) {
|
||||
|
||||
Reference in New Issue
Block a user