From 39f338370955d89e35bb3316b3debffea004e04f Mon Sep 17 00:00:00 2001 From: martin gillow Date: Wed, 27 Mar 2019 20:57:04 +0000 Subject: [PATCH] Renamed option --- src/core/operations/Lorenz.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/Lorenz.mjs b/src/core/operations/Lorenz.mjs index 057f9cb3..067ebffd 100644 --- a/src/core/operations/Lorenz.mjs +++ b/src/core/operations/Lorenz.mjs @@ -89,7 +89,7 @@ class Lorenz extends Operation { "value": ["Plaintext", "ITA2"] }, { - name: "Output Format", + name: "ITA2 Format", type: "option", "value": ["5/8/9", "+/-/."] },