File tree 2 files changed +3
-5
lines changed
arduino-ide-extension/src/browser/library
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,9 @@ export class LibraryListWidget extends ListWidget<
128
128
buttons : [
129
129
nls . localize ( 'arduino/library/installAll' , 'Install all' ) ,
130
130
nls . localize (
131
- 'arduino/library/installOnly' ,
132
- 'Install {0} only' ,
133
- item . name
131
+ 'arduino/library/installWithoutDependencies' ,
132
+ 'Install without dependencies'
134
133
) ,
135
- nls . localize ( 'vscode/issueMainService/cancel' , 'Cancel' ) ,
136
134
] ,
137
135
maxWidth : 740 , // Aligned with `settings-dialog.css`.
138
136
} ) . open ( ) ;
Original file line number Diff line number Diff line change 241
241
"installAll" : " Install all" ,
242
242
"installMissingDependencies" : " Would you like to install all the missing dependencies?" ,
243
243
"installOneMissingDependency" : " Would you like to install the missing dependency?" ,
244
- "installOnly " : " Install {0} only " ,
244
+ "installWithoutDependencies " : " Install without dependencies " ,
245
245
"installedSuccessfully" : " Successfully installed library {0}:{1}" ,
246
246
"libraryAlreadyExists" : " A library already exists. Do you want to overwrite it?" ,
247
247
"manageLibraries" : " Manage Libraries..." ,
You can’t perform that action at this time.
0 commit comments