mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-14 23:06:34 +00:00
Correct sketchbook folder selection button text
The previous text used past tense, which is not appropriate for a button.
This commit is contained in:
parent
2a55ddd757
commit
0dd1e45233
@ -507,7 +507,7 @@ export class SettingsComponent extends React.Component<SettingsComponent.Props,
|
|||||||
protected browseSketchbookDidClick = async () => {
|
protected browseSketchbookDidClick = async () => {
|
||||||
const uri = await this.props.fileDialogService.showOpenDialog({
|
const uri = await this.props.fileDialogService.showOpenDialog({
|
||||||
title: 'Select new sketchbook location',
|
title: 'Select new sketchbook location',
|
||||||
openLabel: 'Chose',
|
openLabel: 'Choose',
|
||||||
canSelectFiles: false,
|
canSelectFiles: false,
|
||||||
canSelectMany: false,
|
canSelectMany: false,
|
||||||
canSelectFolders: true
|
canSelectFolders: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user