Skip to content

Commit a8167cd

Browse files
committed
actually revert string change
1 parent 113dfe8 commit a8167cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-wpilib/src/vscommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ export function createVsCommands(context: vscode.ExtensionContext, externalApi:
692692

693693
if (isEnabled === undefined) {
694694
vscode.window.showInformationMessage(
695-
i18n('message', 'Invalid project format to use the "add or remove desktop support" option with.')
695+
i18n('message', 'Invalid project format to add or remove desktop support.')
696696
);
697697
return;
698698
}

0 commit comments

Comments
 (0)