Skip to content

Commit bc365f4

Browse files
committed
Correct minor typos in UI text and documentation
1 parent a5891f9 commit bc365f4

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ git add . \
127127
git tag -a 0.2.0 -m "0.2.0" \
128128
&& git push origin 0.2.0
129129
```
130-
- The release build starts automatically and uploads the artifacts with the changelog to the [release page](https://github.com/arduino/arduino-ide/releases).
130+
- The release build starts automatically and uploads the artifacts with the changelog to the [release page](https://github.com/arduino/arduino-ide/releases).
131131
- If you do not want to release the `EXE` and `MSI` installers, wipe them manually.
132132
- If you do not like the generated changelog, modify it and update the GH release.
133133

arduino-ide-extension/src/browser/boards/boards-config-dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class BoardsConfigDialog extends AbstractDialog<BoardsConfig.Config> {
8484
),
8585
nls.localize(
8686
'arduino/board/configDialog2',
87-
'If you only select a Board you will be able just to compile, but not to upload your sketch.'
87+
'If you only select a Board you will be able to compile, but not to upload your sketch.'
8888
),
8989
]) {
9090
const p = document.createElement('div');

arduino-ide-extension/src/browser/contributions/open-sketch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class OpenSketch extends SketchContribution {
190190
],
191191
message: nls.localize(
192192
'arduino/sketch/movingMsg',
193-
'The file "{0}" needs to be inside a sketch folder named as "{1}".\nCreate this folder, move the file, and continue?',
193+
'The file "{0}" needs to be inside a sketch folder named "{1}".\nCreate this folder, move the file, and continue?',
194194
nameWithExt,
195195
name
196196
),

arduino-ide-extension/src/browser/contributions/upload-firmware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export namespace UploadFirmware {
4545
id: 'arduino-upload-firmware-open',
4646
label: nls.localize(
4747
'arduino/firmware/updater',
48-
'WiFi101 / WiFiNINA Firmware Updater'
48+
'WiFi101 / WiFiNINA Firmware Updater'
4949
),
5050
category: 'Arduino',
5151
};

arduino-ide-extension/src/browser/dialogs/firmware-uploader/firmware-uploader-component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const FirmwareUploaderComponent = ({
201201
<i className="fa fa-info status-icon" />
202202
{nls.localize(
203203
'arduino/firmware/successfullyInstalled',
204-
'Firmware succesfully installed.'
204+
'Firmware successfully installed.'
205205
)}
206206
</div>
207207
)}

arduino-ide-extension/src/browser/serial/monitor/serial-monitor-send-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class SerialMonitorSendInput extends React.Component<
8080
const { board, port } = serialConfig;
8181
return nls.localize(
8282
'arduino/serial/message',
83-
"Message ({0} + Enter to send message to '{1}' on '{2}'",
83+
"Message ({0} + Enter to send message to '{1}' on '{2}')",
8484
isOSX ? '⌘' : nls.localize('vscode/keybindingLabels/ctrlKey', 'Ctrl'),
8585
board
8686
? Board.toString(board, {

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Arduino IDE provides a Remote Sketchbook feature that can be used to upload sket
66

77

88
In order to use this feature, a user must be registered on [Arduino Cloud](https://store.arduino.cc/digital/create) and logged in.
9-
This feature is completely optional and can be disabled in the IDE via _"File > Advanced > Hide Remote Sketchbook"_ menu item.
9+
This feature is completely optional and can be disabled in the IDE via the _"File > Advanced > Hide Remote Sketchbook"_ menu item.
1010

1111
## Developer guide
1212
A developer could use the content of this repo to create a customized version of this feature and implement a different remote storage as follows:

docs/internal/Arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Building the Pro IDE on Linux `armv7l` (aka `armhf`) and `aarch64` (aka `arm64`):
44

5-
1. Install Node.js 10.x with [nvm](https://github.com/nvm-sh/nvm#install--update-script):
5+
1. Install Node.js 12.x with [nvm](https://github.com/nvm-sh/nvm#install--update-script):
66
```
77
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
88
```

i18n/en.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
109109
"configDialogTitle": "Select Other Board & Port",
110110
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
111-
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
111+
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
112112
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
113113
"showAllAvailablePorts": "Shows all available ports when enabled",
114114
"programmer": "Programmer",
@@ -173,7 +173,7 @@
173173
"showFolder": "Show Sketch Folder",
174174
"sketch": "Sketch",
175175
"moving": "Moving",
176-
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
176+
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
177177
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
178178
"saveFolderAs": "Save sketch folder as...",
179179
"sketchbook": "Sketchbook",
@@ -243,14 +243,14 @@
243243
"noSupportedBoardConnected": "No supported board connected"
244244
},
245245
"firmware": {
246-
"updater": "WiFi101 / WiFiNINA Firmware Updater",
246+
"updater": "WiFi101 / WiFiNINA Firmware Updater",
247247
"selectBoard": "Select Board",
248248
"checkUpdates": "Check Updates",
249249
"selectVersion": "Select firmware version",
250250
"install": "Install",
251251
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
252252
"installingFirmware": "Installing firmware.",
253-
"successfullyInstalled": "Firmware succesfully installed.",
253+
"successfullyInstalled": "Firmware successfully installed.",
254254
"failedInstall": "Installation failed. Please try again."
255255
},
256256
"dialog": {
@@ -269,7 +269,7 @@
269269
"carriageReturn": "Carriage Return",
270270
"newLineCarriageReturn": "Both NL & CR",
271271
"notConnected": "Not connected. Select a board and a port to connect automatically.",
272-
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
272+
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
273273
"connectionBusy": "Connection failed. Serial port is busy: {0}",
274274
"disconnected": "Disconnected {0} from {1}.",
275275
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",

0 commit comments

Comments
 (0)