File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ function SendCustomCommandSuccess(response) {
123123
124124function SendCustomCommandFailed ( error_code , response ) {
125125 if ( error_code == 0 ) {
126- Monitor_output_Update ( translate_text_item ( "No connection " ) + "\n" ) ;
126+ Monitor_output_Update ( translate_text_item ( "Connection error " ) + "\n" ) ;
127127 } else {
128128 Monitor_output_Update ( translate_text_item ( "Error : " ) + error_code + " :" + decode_entitie ( response ) + "\n" ) ;
129129 }
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ function SendPrinterCommandSuccess(response) {
5050
5151function SendPrinterCommandFailed ( error_code , response ) {
5252 if ( error_code == 0 ) {
53- Monitor_output_Update ( translate_text_item ( "No connection " ) + "\n" ) ;
53+ Monitor_output_Update ( translate_text_item ( "Connection error " ) + "\n" ) ;
5454 } else {
5555 Monitor_output_Update ( translate_text_item ( "Error : " ) + error_code + " :" + decode_entitie ( response ) + "\n" ) ;
5656 }
You can’t perform that action at this time.
0 commit comments