Skip to content

Commit ddee44e

Browse files
committed
minor translation fix
1 parent fb2d39c commit ddee44e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: arduino-ide-extension/src/browser/arduino-preferences.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const ArduinoConfigSchema: PreferenceSchema = {
8383
default: 'https://downloads.arduino.cc/arduino-ide',
8484
description: nls.localize(
8585
'arduino/preferences/ide.updateBaseUrl',
86-
`The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'`
86+
"The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'"
8787
),
8888
},
8989
'arduino.board.certificates': {

Diff for: i18n/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"window.autoScale": "True if the user interface automatically scales with the font size.",
4949
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
5050
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
51+
"ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'",
5152
"board.certificates": "List of certificates that can be uploaded to boards",
5253
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
5354
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",

0 commit comments

Comments
 (0)