Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cdcf372

Browse files
remove cancel and update button text
1 parent 52e3e2f commit cdcf372

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

‎arduino-ide-extension/src/browser/library/library-list-widget.ts‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,9 @@ export class LibraryListWidget extends ListWidget<
126126
),
127127
message,
128128
buttons: [
129-
nls.localize('vscode/issueMainService/cancel', 'Cancel'),
130129
nls.localize(
131-
'arduino/library/installOnly',
132-
'Install {0} only',
133-
item.name
130+
'arduino/library/installWithoutDependencies',
131+
'Install without dependencies'
134132
),
135133
nls.localize('arduino/library/installAll', 'Install all'),
136134
],

‎i18n/en.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
"installAll": "Install all",
259259
"installMissingDependencies": "Would you like to install all the missing dependencies?",
260260
"installOneMissingDependency": "Would you like to install the missing dependency?",
261-
"installOnly": "Install {0} only",
261+
"installWithoutDependencies": "Install without dependencies",
262262
"installedSuccessfully": "Successfully installed library {0}:{1}",
263263
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
264264
"manageLibraries": "Manage Libraries...",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /