Add "Printer" to the name of generic ESC/P printer

Fixes broken translations
This commit is contained in:
Alexander Babikov
2025-07-26 03:04:14 +05:00
parent 863c9b0935
commit 4a2f381579
2 changed files with 2 additions and 2 deletions

View File

@@ -2097,7 +2097,7 @@ escp_close(void *priv)
}
const lpt_device_t lpt_prt_escp_device = {
.name = "Generic ESC/P Dot-Matrix",
.name = "Generic ESC/P Dot-Matrix Printer",
.internal_name = "dot_matrix",
.init = escp_init,
.close = escp_close,