diff --git a/src/core/operations/ZPLConvert.mjs b/src/core/operations/ZPLConvert.mjs index 4e6e4f33..a7e34cfc 100644 --- a/src/core/operations/ZPLConvert.mjs +++ b/src/core/operations/ZPLConvert.mjs @@ -20,7 +20,7 @@ class ZPLConvert extends Operation { this.name = "ZPL Converter"; this.module = "Default"; this.description = [ - "Takes ZPL (Zebra Printer Language)-encoded text data and converts renders it to readable images.", + "Takes a ZPL (Zebra Printer Language) string and renders it into a png.", "

", "Uses the Labelary API for full support of all ZPL instructions.", "

",