Fix spacing and punctuation issues (#11244)

This commit is contained in:
Alexandre Folle de Menezes
2025-11-17 06:35:53 -03:00
committed by GitHub
parent c11053dfe7
commit 77f7514d97
41 changed files with 1082 additions and 1848 deletions

View File

@@ -1205,7 +1205,7 @@ bool Sidebar::priv::switch_diameter(bool single)
auto diameter_right = right_extruder->combo_diameter->GetValue();
if (diameter_left != diameter_right) {
MessageDialog dlg(this->plater,
_L("The software does not support using different diameter of nozzles for one print. "
_L("The software does not support using different diameter of nozzles for one print. "
"If the left and right nozzles are inconsistent, we can only proceed with single-head printing. "
"Please confirm which nozzle you would like to use for this project."),
_L("Switch diameter"), wxYES_NO | wxNO_DEFAULT);