Skip to content

Commit

Permalink
Merge pull request #458 from MiddsAU/master
Browse files Browse the repository at this point in the history
Fixed iffy wording on command pallet commands
  • Loading branch information
Binaryify authored Oct 2, 2020
2 parents b35a18a + 1a0ae82 commit d42ff42
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.nls.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"description.oneDarkPro.editorTheme": "Switch different editor theme",
"description.oneDarkPro.italic": "This setting will change some scope's font be italic",
"description.oneDarkPro.vivid": "This setting will change the color more vivid",
"description.oneDarkPro.bold": "This setting will change some scope's font be bold",
"description.oneDarkPro.showChangelog": "show changelog",
"description.oneDarkPro.setVivid": "set color be vivid",
"description.oneDarkPro.cancelVivid": "set color be vivid",
"description.oneDarkPro.setBold": "set some code be bold",
"description.oneDarkPro.cancelBold": "set some code be bold",
"description.oneDarkPro.setItalic": "set some code be italic",
"description.oneDarkPro.cancelItalic": "set some code be italic",
"description.oneDarkPro.markdownStyle": "Use markdown style"
"description.oneDarkPro.editorTheme": "Switch to different editor theme",
"description.oneDarkPro.italic": "Toggle italics on some scopes",
"description.oneDarkPro.vivid": "Toggle vivid colors",
"description.oneDarkPro.bold": "Toggle bold on some scopes",
"description.oneDarkPro.showChangelog": "Show changelog",
"description.oneDarkPro.setVivid": "Turn on vivid colors",
"description.oneDarkPro.cancelVivid": "Turn off vivid colors",
"description.oneDarkPro.setBold": "Turn on bold code on some scopes",
"description.oneDarkPro.cancelBold": "Turn off bold code on some scopes",
"description.oneDarkPro.setItalic": "Turn on italic code on some scopes",
"description.oneDarkPro.cancelItalic": "Turn off italic code on some scopes",
"description.oneDarkPro.markdownStyle": "Toggle markdown style"
}

0 comments on commit d42ff42

Please sign in to comment.