Преглед изворни кода

Merge branch 'wesinator-patch-1'

n1474335 пре 5 година
родитељ
комит
cfc3684a16
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/operations/FromQuotedPrintable.mjs

+ 1 - 1
src/core/operations/FromQuotedPrintable.mjs

@@ -23,7 +23,7 @@ class FromQuotedPrintable extends Operation {
 
 
         this.name = "From Quoted Printable";
         this.name = "From Quoted Printable";
         this.module = "Default";
         this.module = "Default";
-        this.description = "Converts QP-encoded text back to standard text.";
+        this.description = "Converts QP-encoded text back to standard text.<br><br>e.g. The quoted-printable encoded string <code>hello=20world</code> becomes <code>hello world</code>";
         this.infoURL = "https://wikipedia.org/wiki/Quoted-printable";
         this.infoURL = "https://wikipedia.org/wiki/Quoted-printable";
         this.inputType = "string";
         this.inputType = "string";
         this.outputType = "byteArray";
         this.outputType = "byteArray";