mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-05 01:02:08 +00:00
Fix punctuation, spacing and uppercasing issues (#14848)
This commit is contained in:
committed by
GitHub
parent
73f6bca9fe
commit
b7a6583eea
@@ -1162,7 +1162,7 @@ namespace Slic3r {
|
||||
switch(ack){
|
||||
case ElegooLinkStartPrintAck::SDCP_PRINT_CTRL_ACK_BUSY:
|
||||
{
|
||||
error_message =_L("The printer is busy, Please check the device page for the file and try to start printing again.");
|
||||
error_message =_L("The printer is busy, please check the device page for the file and try to start printing again.");
|
||||
break;
|
||||
}
|
||||
case ElegooLinkStartPrintAck::SDCP_PRINT_CTRL_ACK_NOT_FOUND:
|
||||
|
||||
Reference in New Issue
Block a user