From 257fd31ed62167a77d68aa50866b53a04c87217f Mon Sep 17 00:00:00 2001 From: David de Hilster Date: Thu, 25 Jan 2024 14:52:40 -0500 Subject: [PATCH] fix: add translate string to Set State in WU context menu Signed-off-by: David de Hilster --- package.json | 2 +- package.nls.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a3f8ac6..9cdb94e 100644 --- a/package.json +++ b/package.json @@ -715,7 +715,7 @@ "submenus": [ { "id": "setState", - "label": "Set State" + "label": "%Set State%" } ], "menus": { diff --git a/package.nls.json b/package.nls.json index 9ffdf77..23cf907 100644 --- a/package.nls.json +++ b/package.nls.json @@ -101,6 +101,7 @@ "Server path": "Server path", "Server port": "Server port", "Server protocol (http or https)": "Server protocol (http or https)", + "Set State": "Set State", "Show results after submitting a workunit": "Show results after submitting a workunit", "Showing \"my\" workunits": "Showing \"my\" workunits", "Showing all workunits": "Showing all workunits",