Fix typo on format string (#8470)

This commit is contained in:
Alexandre Folle de Menezes 2025-03-06 00:07:08 -03:00 committed by GitHub
parent 2a5371ab62
commit 2b109d552c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 54 additions and 63 deletions

View file

@ -14338,7 +14338,7 @@ void Plater::post_process_string_object_exception(StringObjectException &err)
break;
}
}
err.string = format(_L("Plate% d: %s is not suggested to be used to print filament %s(%s). If you still want to do this printing, please set this filament's bed temperature to non zero."),
err.string = format(_L("Plate %d: %s is not suggested to be used to print filament %s(%s). If you still want to do this printing, please set this filament's bed temperature to non-zero."),
err.params[0], err.params[1], err.params[2], filament_name);
err.string += "\n";
}