Fixed some grammar issues in UI text
This commit is contained in:
parent
ffa9c0d409
commit
2cc9831c84
4 changed files with 5 additions and 5 deletions
|
|
@ -166,7 +166,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
|||
|
||||
private double gcodeRequestedExtrusionPosition = 0;
|
||||
|
||||
private string gcodeWarningMessage = "The file you are attempting to print is a GCode file.\n\nIt is recommendended that you only print Gcode files known to match your printer's configuration.\n\nAre you sure you want to print this GCode file?".Localize();
|
||||
private string gcodeWarningMessage = "The file you are attempting to print is a GCode file.\n\nIt is recommended that you only print Gcode files known to match your printer's configuration.\n\nAre you sure you want to print this GCode file?".Localize();
|
||||
|
||||
private string itemNotFoundMessage = "Item not found".Localize();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue