Skip to content

Commit

Permalink
Merge pull request #519 from zowe/478-copy-paste-labels-fix
Browse files Browse the repository at this point in the history
change rename, copy and paste labels for data sets
  • Loading branch information
Colin-Stone committed Feb 20, 2020
2 parents 84a7b78 + 6eead9e commit 45b342d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
7 changes: 3 additions & 4 deletions i18n/sample/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@
"Zowe-Default-Commands-Persistent-Favorites": "Toggle if Commands persist locally",
"Zowe-Environment": "Environment where the extension is running, default is VSCode",
"issueMvsCmd": "Zowe: Issue MVS Command...",
"renameDataSet": "Rename Data Set",
"copyDataSet": "Copy Data Set",
"pasteDataSet": "Paste Data Set",
"renameDataSetMember": "Rename Member",
"rename": "Rename",
"copy": "Copy",
"paste": "Paste",
"profile.configuration.title": "Zowe z/OSMF Profiles",
"profile.configuration.name": "Profile Name",
"profile.configuration.url": "z/OSMF URL",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,19 @@
},
{
"command": "zowe.renameDataSet",
"title": "%renameDataSet%"
"title": "%rename%"
},
{
"command": "zowe.copyDataSet",
"title": "%copyDataSet%"
"title": "%copy%"
},
{
"command": "zowe.pasteDataSet",
"title": "%pasteDataSet%"
"title": "%paste%"
},
{
"command": "zowe.renameDataSetMember",
"title": "%renameDataSetMember%"
"title": "%rename%"
},
{
"command": "zowe.deleteDataset",
Expand Down
7 changes: 3 additions & 4 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@
"Zowe-Default-Commands-Persistent-Favorites": "Toggle if Commands persist locally",
"Zowe-Environment": "Environment where the extension is running, default is VSCode",
"issueMvsCmd" : "Zowe: Issue MVS Command...",
"renameDataSet" : "Rename Data Set",
"copyDataSet" : "Copy Data Set",
"pasteDataSet" : "Paste Data Set",
"renameDataSetMember" : "Rename Member",
"rename" : "Rename",
"copy" : "Copy",
"paste" : "Paste",
"profile.configuration.title": "Zowe z/OSMF Profiles",
"profile.configuration.name": "Profile Name",
"profile.configuration.url": "z/OSMF URL",
Expand Down

0 comments on commit 45b342d

Please sign in to comment.