mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Improve grammar of a log message
T466
This commit is contained in:
parent
87eb1e44f4
commit
9120a33602
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class GCODEReader(MeshReader):
|
|||
self.message.hide()
|
||||
|
||||
if current_layer == 0:
|
||||
Logger.log("w", "File %s don't contain any valid layers" % file_name)
|
||||
Logger.log("w", "File %s doesn't contain any valid layers" % file_name)
|
||||
|
||||
Application.getInstance().getPrintInformation()._pre_sliced = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue