Correct sketchbook folder selection button text

The previous text used past tense, which is not appropriate for a button.
This commit is contained in:
per1234 2021-04-16 15:56:42 -07:00
parent 2a55ddd757
commit 0dd1e45233

View File

@ -507,7 +507,7 @@ export class SettingsComponent extends React.Component<SettingsComponent.Props,
protected browseSketchbookDidClick = async () => {
const uri = await this.props.fileDialogService.showOpenDialog({
title: 'Select new sketchbook location',
openLabel: 'Chose',
openLabel: 'Choose',
canSelectFiles: false,
canSelectMany: false,
canSelectFolders: true