From f7017c255ce1806d6c86e413d0eab378fb7c3082 Mon Sep 17 00:00:00 2001 From: Alessandro Fragnani Date: Sat, 17 Aug 2024 17:02:43 -0300 Subject: [PATCH] Add two chars ids to commands (Closes #92) --- package.nls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.nls.json b/package.nls.json index d1b27c2..b940e22 100644 --- a/package.nls.json +++ b/package.nls.json @@ -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",