Skip to content

Commit

Permalink
Merge pull request #377 from dehilsterlexis/TRANSLATE_SET_STATE_LABEL
Browse files Browse the repository at this point in the history
fix: add translate string to Set State in WU context menu
  • Loading branch information
GordonSmith authored Jan 26, 2024
2 parents 4ee1e25 + 257fd31 commit 2ec8fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
"submenus": [
{
"id": "setState",
"label": "Set State"
"label": "%Set State%"
}
],
"menus": {
Expand Down
1 change: 1 addition & 0 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2ec8fa4

Please sign in to comment.