Skip to content

Commit

Permalink
Merge pull request #94 from alefragnani/features/add-two-chars-id-to-…
Browse files Browse the repository at this point in the history
…commands

Add two chars ids to commands (Closes #92)
  • Loading branch information
alefragnani authored Aug 17, 2024
2 parents 101e567 + f7017c2 commit 10a3c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"fileAccess.configuration.indicatorAction.description": "Sets what action to take when the indicator is clicked",
"fileAccess.colors.readonlyForeground.descripition": "Color for Read Only indicator in the status bar",
"fileAccess.colors.writeableForeground.descripition": "Color for Writeable indicator in the status bar",
"readOnly.commands.makeWriteable.title": "File Access: Make Writeable",
"readOnly.commands.makeReadOnly.title": "File Access: Make Read Only",
"readOnly.commands.makeWriteable.title": "File Access: Make Writeable [RW]",
"readOnly.commands.makeReadOnly.title": "File Access: Make Read Only [RO]",
"readOnly.commands.makeWriteableForContextMenu.title": "Make Writeable",
"readOnly.commands.makeReadOnlyForContextMenu.title": "Make Read Only",
"readOnly.commands.changeFileAccess.title": "File Access: Change File Access",
Expand Down

0 comments on commit 10a3c68

Please sign in to comment.