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 @@ -126,11 +126,9 @@ export class LibraryListWidget extends ListWidget<
126
126
) ,
127
127
message,
128
128
buttons : [
129
- nls . localize ( 'vscode/issueMainService/cancel' , 'Cancel' ) ,
130
129
nls . localize (
131
- 'arduino/library/installOnly' ,
132
- 'Install {0} only' ,
133
- item . name
130
+ 'arduino/library/installWithoutDependencies' ,
131
+ 'Install without dependencies'
134
132
) ,
135
133
nls . localize ( 'arduino/library/installAll' , 'Install all' ) ,
136
134
] ,
Original file line number Diff line number Diff line change 258
258
"installAll" : " Install all" ,
259
259
"installMissingDependencies" : " Would you like to install all the missing dependencies?" ,
260
260
"installOneMissingDependency" : " Would you like to install the missing dependency?" ,
261
- "installOnly " : " Install {0} only " ,
261
+ "installWithoutDependencies " : " Install without dependencies " ,
262
262
"installedSuccessfully" : " Successfully installed library {0}:{1}" ,
263
263
"libraryAlreadyExists" : " A library already exists. Do you want to overwrite it?" ,
264
264
"manageLibraries" : " Manage Libraries..." ,
You can’t perform that action at this time.
0 commit comments